From 7d489eb2bc50911c6fe9d3b9a365b05a48285548 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 30 Jun 2012 15:29:17 +0000 Subject: [PATCH] boost 1.49 support with custom separate compilation of asio on windows --- src/asio.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/asio.cpp b/src/asio.cpp index 6c4576524..54c9aa244 100644 --- a/src/asio.cpp +++ b/src/asio.cpp @@ -59,6 +59,9 @@ #include #include #include +#if BOOST_VERSION >= 104900 +#include +#endif #elif BOOST_VERSION >= 104400 #include