diff options
author | nyamatongwe <devnull@localhost> | 2009-07-12 10:48:17 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-07-12 10:48:17 +0000 |
commit | baa50ad103ecc10beae248982a3a37f4a9f51ec9 (patch) | |
tree | e083564dff4359f7da1d9b6e537a703f4cda1bea /macosx/ScintillaMacOSX.h | |
parent | 25e9743b71cbeec06c79a7c57ae91f243ac53164 (diff) | |
download | scintilla-mirror-baa50ad103ecc10beae248982a3a37f4a9f51ec9.tar.gz |
Made compile with new selection class for Mac OS X Carbon.
Diffstat (limited to 'macosx/ScintillaMacOSX.h')
-rw-r--r-- | macosx/ScintillaMacOSX.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/ScintillaMacOSX.h b/macosx/ScintillaMacOSX.h index 66d4f0f68..98210f175 100644 --- a/macosx/ScintillaMacOSX.h +++ b/macosx/ScintillaMacOSX.h @@ -45,6 +45,7 @@ #include "CharClassify.h" #include "Decoration.h" #include "Document.h" +#include "Selection.h" #include "PositionCache.h" #include "Editor.h" #include "SString.h" |