Skip to content

Commit 7a5388b

Browse files
committed
Make this work with Boost 1.55.
1 parent 03f6d3b commit 7a5388b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ add_definitions(-DBOOST_TEST_DYN_LINK)
4949
# Always use multi-threaded Boost libraries.
5050
set(Boost_USE_MULTI_THREADED ON)
5151

52-
find_package(Boost 1.58.0 REQUIRED COMPONENTS system thread)
52+
find_package(Boost 1.55.0 REQUIRED COMPONENTS system thread)
5353

5454
if (CPP-NETLIB_ENABLE_HTTPS)
5555
if (APPLE)

libs/network/src/server_request_parsers_impl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#define BOOST_SPIRIT_UNICODE
1212
#include <boost/spirit/include/qi.hpp>
13-
#include <boost/fusion/include/std_tuple.hpp>
13+
#include <boost/fusion/adapted/std_tuple.hpp>
1414
#include <boost/network/protocol/http/message/header.hpp>
1515

1616
namespace boost {

0 commit comments

Comments
 (0)