mirror of
https://github.com/cygnusxi/CurecoinSource.git
synced 2025-07-27 23:54:22 +02:00
Define macro for boost >= 1.66
This commit is contained in:
parent
f9d54f9c74
commit
bd2e9f3205
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user