aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/context.h')
-rw-r--r--src/nvim/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/context.h b/src/nvim/context.h
index 4375030fbc..5ae2a078b0 100644
--- a/src/nvim/context.h
+++ b/src/nvim/context.h
@@ -1,6 +1,6 @@
#pragma once
-#include <stddef.h>
+#include <stddef.h> // IWYU pragma: keep
#include "klib/kvec.h"
#include "nvim/api/private/defs.h"