diff options
author | scaraveo <devnull@localhost> | 2007-06-04 20:42:04 +0000 |
---|---|---|
committer | scaraveo <devnull@localhost> | 2007-06-04 20:42:04 +0000 |
commit | 0c80257e76f3c9e4b78ea5c73518f171938db14f (patch) | |
tree | 3b9e6bdf3d0ca98be154d390a7cea855b59d0fd6 /macosx/ScintillaMacOSX.h | |
parent | e1968db795a82959db3da66e548a9ba482a3e36d (diff) | |
download | scintilla-mirror-0c80257e76f3c9e4b78ea5c73518f171938db14f.tar.gz |
fix osx build for new positioncache code
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 0f02042f5..ebeda834d 100644 --- a/macosx/ScintillaMacOSX.h +++ b/macosx/ScintillaMacOSX.h @@ -43,6 +43,7 @@ #include "CharClassify.h" #include "Decoration.h" #include "Document.h" +#include "PositionCache.h" #include "Editor.h" #include "SString.h" #include "ScintillaBase.h" |