diff options
-rw-r--r-- | test/cpp/test_path_std.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cpp/test_path_std.cpp b/test/cpp/test_path_std.cpp index 58e2a87..b0850a9 100644 --- a/test/cpp/test_path_std.cpp +++ b/test/cpp/test_path_std.cpp @@ -16,9 +16,10 @@ #include <cassert> #include <cstdlib> #include <filesystem> -#include <sstream> #include <string> +// IWYU pragma: no_include <version> + namespace { struct BinaryCase { |