aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.cpp')
-rw-r--r--src/parser.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parser.cpp b/src/parser.cpp
index 17d845ab..90211df1 100644
--- a/src/parser.cpp
+++ b/src/parser.cpp
@@ -1,4 +1,6 @@
// The fish parser. Contains functions for parsing and evaluating code.
+#include "config.h" // IWYU pragma: keep
+
#include <assert.h>
#include <stdbool.h>
#include <stdio.h>