Skip to content

Commit f0810fa

Browse files
committed
test.cpp: fixed mmisc-include-cleaner clang-tidy warning
1 parent 84b01ae commit f0810fa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
#include <utility>
1919
#include <vector>
2020

21+
#ifdef __cpp_lib_string_view
22+
#include <string_view>
23+
#endif
24+
2125
#ifndef SIMPLECPP_TEST_SOURCE_DIR
2226
#error "SIMPLECPP_TEST_SOURCE_DIR is not defined."
2327
#endif

0 commit comments

Comments
 (0)