aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parse_tree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse_tree.cpp')
-rw-r--r--src/parse_tree.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parse_tree.cpp b/src/parse_tree.cpp
index 8bd7d4f9..befa104b 100644
--- a/src/parse_tree.cpp
+++ b/src/parse_tree.cpp
@@ -1,4 +1,6 @@
// Programmatic representation of fish code.
+#include "config.h" // IWYU pragma: keep
+
#include <assert.h>
#include <stdarg.h>
#include <stddef.h>