aboutsummaryrefslogtreecommitdiffhomepage
path: root/macosx/ScintillaMacOSX.h
diff options
context:
space:
mode:
authorscaraveo <unknown>2007-06-04 20:42:04 +0000
committerscaraveo <unknown>2007-06-04 20:42:04 +0000
commitdc154931cf758f8a2347699e4f3facd9edb000a4 (patch)
tree3b9e6bdf3d0ca98be154d390a7cea855b59d0fd6 /macosx/ScintillaMacOSX.h
parentee73a47b1c9005a6002770017f65729323e0482c (diff)
downloadscintilla-mirror-dc154931cf758f8a2347699e4f3facd9edb000a4.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"