diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/headers/test_headers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/headers/test_headers.c b/test/headers/test_headers.c index c1a9fc3..dc580ea 100644 --- a/test/headers/test_headers.c +++ b/test/headers/test_headers.c @@ -12,6 +12,7 @@ #include "zix/ring.h" // IWYU pragma: keep #include "zix/sem.h" // IWYU pragma: keep #include "zix/status.h" // IWYU pragma: keep +#include "zix/string_view.h" // IWYU pragma: keep #include "zix/thread.h" // IWYU pragma: keep #include "zix/tree.h" // IWYU pragma: keep #include "zix/zix.h" // IWYU pragma: keep |