From a9b440a2e4da168325378e08c0ea0141547c5c81 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 14 Jul 2009 03:28:22 +0000 Subject: Added controls for enabling multiple selection and multiple selection typing. Renamed multiline options to reflect use on multiple selections. Using std::vector for selections. --- win32/ScintillaWin.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'win32') 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 #include +#include + #define _WIN32_WINNT 0x0500 #include #include -- cgit v1.2.3