aboutsummaryrefslogtreecommitdiffhomepage
path: root/macosx/ScintillaMacOSX.h
diff options
context:
space:
mode:
authorscaraveo <devnull@localhost>2007-06-04 20:42:04 +0000
committerscaraveo <devnull@localhost>2007-06-04 20:42:04 +0000
commit0c80257e76f3c9e4b78ea5c73518f171938db14f (patch)
tree3b9e6bdf3d0ca98be154d390a7cea855b59d0fd6 /macosx/ScintillaMacOSX.h
parente1968db795a82959db3da66e548a9ba482a3e36d (diff)
downloadscintilla-mirror-0c80257e76f3c9e4b78ea5c73518f171938db14f.tar.gz
fix osx build for new positioncache code
Diffstat (limited to 'macosx/ScintillaMacOSX.h')
-rw-r--r--macosx/ScintillaMacOSX.h1
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"