aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tokenizer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tokenizer.cpp')
-rw-r--r--src/tokenizer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tokenizer.cpp b/src/tokenizer.cpp
index 3bc5a152..7357fd35 100644
--- a/src/tokenizer.cpp
+++ b/src/tokenizer.cpp
@@ -1,5 +1,7 @@
// A specialized tokenizer for tokenizing the fish language. In the future, the tokenizer should be
// extended to support marks, tokenizing multiple strings and disposing of unused string segments.
+#include "config.h" // IWYU pragma: keep
+
#include <assert.h>
#include <fcntl.h>
#include <limits.h>