diff options
-rw-r--r-- | libdevcore/Common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libdevcore/Common.h b/libdevcore/Common.h index 08757daf..e02cf7fa 100644 --- a/libdevcore/Common.h +++ b/libdevcore/Common.h @@ -39,6 +39,11 @@ #include <libdevcore/vector_ref.h> +#include <boost/version.hpp> +#if (BOOST_VERSION < 106500) +#error "Unsupported Boost version. At least 1.65 required." +#endif + #include <boost/multiprecision/cpp_int.hpp> #include <map> |