We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f6d3b commit 7a5388bCopy full SHA for 7a5388b
CMakeLists.txt
@@ -49,7 +49,7 @@ add_definitions(-DBOOST_TEST_DYN_LINK)
49
# Always use multi-threaded Boost libraries.
50
set(Boost_USE_MULTI_THREADED ON)
51
52
-find_package(Boost 1.58.0 REQUIRED COMPONENTS system thread)
+find_package(Boost 1.55.0 REQUIRED COMPONENTS system thread)
53
54
if (CPP-NETLIB_ENABLE_HTTPS)
55
if (APPLE)
libs/network/src/server_request_parsers_impl.cpp
@@ -10,7 +10,7 @@
10
11
#define BOOST_SPIRIT_UNICODE
12
#include <boost/spirit/include/qi.hpp>
13
-#include <boost/fusion/include/std_tuple.hpp>
+#include <boost/fusion/adapted/std_tuple.hpp>
14
#include <boost/network/protocol/http/message/header.hpp>
15
16
namespace boost {
0 commit comments