diff options
| author | nyamatongwe <devnull@localhost> | 2011-06-25 07:58:03 +1000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2011-06-25 07:58:03 +1000 |
| commit | a35215c303f35e22892193728026b408d083a665 (patch) | |
| tree | 388603057382fa1d784e6fee72e88ba80f5e03a3 /cocoa/ScintillaCocoa.h | |
| parent | 85dc0204832948824579888601f33c7894b5dd50 (diff) | |
| download | scintilla-mirror-a35215c303f35e22892193728026b408d083a665.tar.gz | |
Initial implementation of RGBA images.
Diffstat (limited to 'cocoa/ScintillaCocoa.h')
| -rw-r--r-- | cocoa/ScintillaCocoa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h index b24938d05..80a483b06 100644 --- a/cocoa/ScintillaCocoa.h +++ b/cocoa/ScintillaCocoa.h @@ -20,6 +20,7 @@ #include <time.h> #include <vector> +#include <map> #include "ILexer.h" |
