diff options
Diffstat (limited to 'test/cpp/test_headers_cpp.cpp')
-rw-r--r-- | test/cpp/test_headers_cpp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/test_headers_cpp.cpp b/test/cpp/test_headers_cpp.cpp index 3676afc..fe367ad 100644 --- a/test/cpp/test_headers_cpp.cpp +++ b/test/cpp/test_headers_cpp.cpp @@ -10,6 +10,7 @@ #include <zix/btree.h> // IWYU pragma: keep #include <zix/bump_allocator.h> // IWYU pragma: keep #include <zix/digest.h> // IWYU pragma: keep +#include <zix/environment.h> // IWYU pragma: keep #include <zix/filesystem.h> // IWYU pragma: keep #include <zix/hash.h> // IWYU pragma: keep #include <zix/path.h> // IWYU pragma: keep |