aboutsummaryrefslogtreecommitdiffhomepage
path: root/macosx/ScintillaMacOSX.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-07-15 02:51:31 +0000
committernyamatongwe <devnull@localhost>2009-07-15 02:51:31 +0000
commitc9591717968a8fe2035ac05fe5e327df89949ab4 (patch)
treebee2941864f01dd39f6bf1658b40137f70550e04 /macosx/ScintillaMacOSX.h
parent8145272219f59cc5d9782bc131e06311aee318b7 (diff)
downloadscintilla-mirror-c9591717968a8fe2035ac05fe5e327df89949ab4.tar.gz
Add vector header to allow compilation with new Selection code.
Diffstat (limited to 'macosx/ScintillaMacOSX.h')
-rw-r--r--macosx/ScintillaMacOSX.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/ScintillaMacOSX.h b/macosx/ScintillaMacOSX.h
index 98210f175..b4a714b0f 100644
--- a/macosx/ScintillaMacOSX.h
+++ b/macosx/ScintillaMacOSX.h
@@ -16,6 +16,8 @@
#include <ctype.h>
#include <time.h>
+#include <vector>
+
#include "Platform.h"
#include "Scintilla.h"
#include "PlatMacOSX.h"