diff options
author | nyamatongwe <unknown> | 2009-07-15 02:54:35 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-07-15 02:54:35 +0000 |
commit | ad8cbe29e38a2111e3a510e68915463aefe0094e (patch) | |
tree | 7ff2bb4ccd4ae4aec5795c23b3f4de479dc66902 /cocoa/ScintillaCocoa.h | |
parent | 8a5a9d2e5a7f64c95038d132121ff4a61de66fe3 (diff) | |
download | scintilla-mirror-ad8cbe29e38a2111e3a510e68915463aefe0094e.tar.gz |
Added vector header to make new Selection code build.
Diffstat (limited to 'cocoa/ScintillaCocoa.h')
-rw-r--r-- | cocoa/ScintillaCocoa.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h index 0896dab81..646d4da0c 100644 --- a/cocoa/ScintillaCocoa.h +++ b/cocoa/ScintillaCocoa.h @@ -19,6 +19,8 @@ #include <ctype.h> #include <time.h> +#include <vector> + #ifdef SCI_LEXER #include "SciLexer.h" #include "PropSet.h" |