We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mmisc-include-cleaner
1 parent 84b01ae commit f0810faCopy full SHA for f0810fa
1 file changed
test.cpp
@@ -18,6 +18,10 @@
18
#include <utility>
19
#include <vector>
20
21
+#ifdef __cpp_lib_string_view
22
+#include <string_view>
23
+#endif
24
+
25
#ifndef SIMPLECPP_TEST_SOURCE_DIR
26
#error "SIMPLECPP_TEST_SOURCE_DIR is not defined."
27
#endif
0 commit comments