aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parse_util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse_util.cpp')
-rw-r--r--src/parse_util.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parse_util.cpp b/src/parse_util.cpp
index d1d92189..b78e4a8e 100644
--- a/src/parse_util.cpp
+++ b/src/parse_util.cpp
@@ -2,6 +2,8 @@
//
// This library can be seen as a 'toolbox' for functions that are used in many places in fish and
// that are somehow related to parsing the code.
+#include "config.h" // IWYU pragma: keep
+
#include <assert.h>
#include <stdarg.h>
#include <stdbool.h>