aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/testing.h')
-rw-r--r--src/nvim/testing.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/testing.h b/src/nvim/testing.h
index 64e74bc46a..563ce21302 100644
--- a/src/nvim/testing.h
+++ b/src/nvim/testing.h
@@ -1,6 +1,7 @@
#pragma once
-#include "nvim/eval/typval_defs.h"
+#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
+#include "nvim/types.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "testing.h.generated.h"