Merge pull request #50 from trourance/master

Define macro for boost >= 1.66
This commit is contained in:
cygnusxi 2022-01-26 16:08:41 -06:00 committed by GitHub
commit d30f107736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,10 @@
#ifndef _curecoinRPC_H_ #ifndef _curecoinRPC_H_
#define _curecoinRPC_H_ 1 #define _curecoinRPC_H_ 1
#if BOOST_VERSION >= 106600
#define BOOST_ASIO_ENABLE_OLD_SERVICES
#endif
#include <string> #include <string>
#include <list> #include <list>
#include <map> #include <map>