aboutsummaryrefslogtreecommitdiffhomepage
path: root/macosx/ScintillaMacOSX.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-07-15 02:51:31 +0000
committernyamatongwe <unknown>2009-07-15 02:51:31 +0000
commit8a5a9d2e5a7f64c95038d132121ff4a61de66fe3 (patch)
treebee2941864f01dd39f6bf1658b40137f70550e04 /macosx/ScintillaMacOSX.h
parentbcddfe99ff1b6a98c77629288a7895e7ace35515 (diff)
downloadscintilla-mirror-8a5a9d2e5a7f64c95038d132121ff4a61de66fe3.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"