Skip to content

Commit 21624f2

Browse files
authored
Merge pull request #746 from igorpeshansky/boost-1.55
Make this work with Boost 1.55.
2 parents 03f6d3b + 7a5388b commit 21624f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy