From bd2e9f3205d98175a90b794d08228e79be3139f0 Mon Sep 17 00:00:00 2001 From: Florian Gossin Date: Mon, 4 May 2020 14:31:45 +0200 Subject: [PATCH] Define macro for boost >= 1.66 --- src/curecoinrpc.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/curecoinrpc.h b/src/curecoinrpc.h index d13554c..55c9ed3 100644 --- a/src/curecoinrpc.h +++ b/src/curecoinrpc.h @@ -6,6 +6,10 @@ #ifndef _curecoinRPC_H_ #define _curecoinRPC_H_ 1 +#if BOOST_VERSION >= 106600 +#define BOOST_ASIO_ENABLE_OLD_SERVICES +#endif + #include #include #include