summaryrefslogtreecommitdiffstats
path: root/src/GvimExt/gvimext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GvimExt/gvimext.h')
-rw-r--r--src/GvimExt/gvimext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GvimExt/gvimext.h b/src/GvimExt/gvimext.h
index 426cae588d..e17f2ac2c9 100644
--- a/src/GvimExt/gvimext.h
+++ b/src/GvimExt/gvimext.h
@@ -42,6 +42,7 @@
#include <windows.h>
#include <windowsx.h>
#include <shlobj.h>
+#include <wchar.h>
/* Accommodate old versions of VC that don't have a modern Platform SDK */
#if (defined(_MSC_VER) && _MSC_VER < 1300) || !defined(MAXULONG_PTR)