mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-02 08:55:53 +00:00
Give a sensible compiler error if Boost is too old.
This commit is contained in:
@@ -3,6 +3,11 @@
|
|||||||
|
|
||||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||||
#include <boost/format.hpp>
|
#include <boost/format.hpp>
|
||||||
|
#include <boost/version.hpp>
|
||||||
|
|
||||||
|
#if BOOST_VERSION < 104700
|
||||||
|
#error Boost 1.47 or later is required
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <openssl/dh.h>
|
#include <openssl/dh.h>
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user