aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-07-14 03:28:22 +0000
committernyamatongwe <devnull@localhost>2009-07-14 03:28:22 +0000
commita9b440a2e4da168325378e08c0ea0141547c5c81 (patch)
tree084abdf19b98d1571d40853b503bd05b723c243e /win32
parentc7f0bfabd60940e8addc8176be556e0ecd2389a0 (diff)
downloadscintilla-mirror-a9b440a2e4da168325378e08c0ea0141547c5c81.tar.gz
Added controls for enabling multiple selection and multiple selection
typing. Renamed multiline options to reflect use on multiple selections. Using std::vector for selections.
Diffstat (limited to 'win32')
-rw-r--r--win32/ScintillaWin.cxx2
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>