aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/autoload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/autoload.cpp')
-rw-r--r--src/autoload.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/autoload.cpp b/src/autoload.cpp
index 31f6e6df..2d404cf9 100644
--- a/src/autoload.cpp
+++ b/src/autoload.cpp
@@ -1,4 +1,6 @@
// The classes responsible for autoloading functions and completions.
+#include "config.h" // IWYU pragma: keep
+
#include <assert.h>
#include <errno.h>
#include <pthread.h>