Skip to content

Commit d4d8f8b

Browse files
authored
style(clang-tidy): partially fix misc-include-cleaner (#1753)
Refs #1684 Signed-off-by: Balakrishna Avulapati <ba@bavulapati.com>
1 parent 3e7c83e commit d4d8f8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/core/uri/escaping.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
#include <algorithm> // std::copy
66
#include <cassert> // assert
77
#include <cctype> // std::isalnum
8+
#include <istream> // std::istream
9+
#include <ostream> // std::ostream
810
#include <sstream> // std::ostringstream
11+
#include <string> // std::string
912

1013
namespace sourcemeta::core {
1114

0 commit comments

Comments
 (0)