Skip to content

Commit 416eaab

Browse files
committed
Fix using for inner types
1 parent ab5864a commit 416eaab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/detail/uri_normalize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
#include "algorithm_split.hpp"
1010
#include <iterator>
1111
#include <vector>
12-
#include <algorithm>
1312

1413
using namespace network::algorithm;
14+
using network::string_view;
1515
namespace network_detail = network::detail;
1616

1717
std::string network_detail::normalize_path_segments(string_view path) {

src/detail/uri_resolve.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include "algorithm_find.hpp"
99

1010
using namespace network::algorithm;
11+
using network::uri;
1112
namespace network_detail = network::detail;
1213

1314
namespace {

0 commit comments

Comments
 (0)