diff options
Diffstat (limited to 'win32/ScintillaWin.cxx')
-rw-r--r-- | win32/ScintillaWin.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index e8ad20ef8..3687b86d0 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -13,6 +13,8 @@ #include <assert.h> #include <limits.h> +#include <vector> + #define _WIN32_WINNT 0x0500 #include <windows.h> #include <commctrl.h> |