1
0
Fork 0
forked from lthn/blockchain

added boost version verification in source code

This commit is contained in:
cryptozoidberg 2025-03-28 13:55:14 +04:00
parent 9a816a090d
commit 77100b462e
No known key found for this signature in database
GPG key ID: 2E10CC61CAC8F36D

View file

@ -29,6 +29,11 @@
#define BOOST_FILESYSTEM_VERSION 3
#define ENABLE_RELEASE_LOGGING
#if BOOST_VERSION < 107500
#error "Boost version 1.75.0 or newer is required for zano-node-util."
#endif
#include "misc_log_ex.h"