mirror of
https://github.com/cygnusxi/CurecoinSource.git
synced 2025-07-28 16:14:29 +02:00
Merge pull request #50 from trourance/master
Define macro for boost >= 1.66
This commit is contained in:
commit
d30f107736
@ -6,6 +6,10 @@
|
||||
#ifndef _curecoinRPC_H_
|
||||
#define _curecoinRPC_H_ 1
|
||||
|
||||
#if BOOST_VERSION >= 106600
|
||||
#define BOOST_ASIO_ENABLE_OLD_SERVICES
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
#include <list>
|
||||
#include <map>
|
||||
|
Loading…
x
Reference in New Issue
Block a user