1
0
Fork 0
forked from lthn/blockchain

moved boost version checker to right place

This commit is contained in:
cryptozoidberg 2025-03-28 15:23:48 +04:00
parent 2241263925
commit 8b910b9111
No known key found for this signature in database
GPG key ID: 2E10CC61CAC8F36D
2 changed files with 1 additions and 5 deletions

View file

@ -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"

View file

@ -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"