diff options
author | nyamatongwe <devnull@localhost> | 2009-07-15 02:54:35 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-07-15 02:54:35 +0000 |
commit | 65d66fc29e3de98ef5aecad14ae4d2daeda1cbf1 (patch) | |
tree | 7ff2bb4ccd4ae4aec5795c23b3f4de479dc66902 | |
parent | c9591717968a8fe2035ac05fe5e327df89949ab4 (diff) | |
download | scintilla-mirror-65d66fc29e3de98ef5aecad14ae4d2daeda1cbf1.tar.gz |
Added vector header to make new Selection code build.
-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" |