aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fish_tests.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fish_tests.cpp b/src/fish_tests.cpp
index b3a30978..d0be5805 100644
--- a/src/fish_tests.cpp
+++ b/src/fish_tests.cpp
@@ -1,5 +1,7 @@
// Various bug and feature tests. Compiled and run by make test.
+
// IWYU pragma: no_include <cstring>
+// IWYU pragma: no_include <cstddef>
#include <assert.h>
#include <libgen.h>
#include <limits.h>