diff options
author | nyamatongwe <devnull@localhost> | 2009-07-15 02:51:31 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-07-15 02:51:31 +0000 |
commit | c9591717968a8fe2035ac05fe5e327df89949ab4 (patch) | |
tree | bee2941864f01dd39f6bf1658b40137f70550e04 /macosx/ScintillaMacOSX.h | |
parent | 8145272219f59cc5d9782bc131e06311aee318b7 (diff) | |
download | scintilla-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.h | 2 |
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" |