File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 66#include < iterator>
77#include < vector>
88#include < algorithm>
9+
10+ #ifdef NETWORK_URI_EXTERNAL_BOOST
11+ #include < boost/algorithm/string/split.hpp>
12+ #include < boost/algorithm/string/join.hpp>
13+ #else // NETWORK_URI_EXTERNAL_BOOST
914#include " ../boost/algorithm/string/split.hpp"
1015#include " ../boost/algorithm/string/join.hpp"
16+ #endif // NETWORK_URI_EXTERNAL_BOOST
17+
1118#include " uri_normalize.hpp"
1219#include " uri_percent_encode.hpp"
1320#include " algorithm.hpp"
Original file line number Diff line number Diff line change 66
77#include " uri_resolve.hpp"
88#include < algorithm>
9+
10+ #ifdef NETWORK_URI_EXTERNAL_BOOST
11+ #include < boost/algorithm/string/find.hpp>
12+ #include < boost/algorithm/string/erase.hpp>
13+ #include < boost/algorithm/string/replace.hpp>
14+ #include < boost/algorithm/string/predicate.hpp>
15+ #else // NETWORK_URI_EXTERNAL_BOOST
916#include " ../boost/algorithm/string/find.hpp"
1017#include " ../boost/algorithm/string/erase.hpp"
1118#include " ../boost/algorithm/string/replace.hpp"
1219#include " ../boost/algorithm/string/predicate.hpp"
20+ #endif // NETWORK_URI_EXTERNAL_BOOST
1321
1422namespace network {
1523namespace detail {
You can’t perform that action at this time.
0 commit comments