summaryrefslogtreecommitdiff
path: root/test/lsp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lsp')
-rw-r--r--test/lsp/multidef.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lsp/multidef.cpp b/test/lsp/multidef.cpp
index b9511d0..da612fc 100644
--- a/test/lsp/multidef.cpp
+++ b/test/lsp/multidef.cpp
@@ -1,3 +1,5 @@
+#include <stddef.h>
+
class V {
void f(int x, int y) {
}