mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 05:25:55 +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/format.hpp>
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION < 104700
|
||||
#error Boost 1.47 or later is required
|
||||
#endif
|
||||
|
||||
#include <openssl/dh.h>
|
||||
#include "types.h"
|
||||
|
||||
Reference in New Issue
Block a user