forked from lthn/blockchain
moved boost version checker to right place
This commit is contained in:
parent
2241263925
commit
8b910b9111
2 changed files with 1 additions and 5 deletions
|
|
@ -29,11 +29,6 @@
|
|||
#define BOOST_FILESYSTEM_VERSION 3
|
||||
#define ENABLE_RELEASE_LOGGING
|
||||
|
||||
#if BOOST_VERSION < 107500
|
||||
#pragma message("Detected Boost version: " BOOST_LIB_VERSION)
|
||||
#error "Boost version 1.75.0 or newer is required for zano-node-util."
|
||||
#endif
|
||||
|
||||
#include "misc_log_ex.h"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include "include_base_utils.h"
|
||||
|
||||
#include "common/boost_version_check.h"
|
||||
#include "serialization/binary_archive.h"
|
||||
#include "common/crypto_serialization.h"
|
||||
#include "serialization/stl_containers.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue