From dc154931cf758f8a2347699e4f3facd9edb000a4 Mon Sep 17 00:00:00 2001 From: scaraveo Date: Mon, 4 Jun 2007 20:42:04 +0000 Subject: fix osx build for new positioncache code --- src/PositionCache.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/PositionCache.cxx') diff --git a/src/PositionCache.cxx b/src/PositionCache.cxx index 01b8f68f1..13140b779 100644 --- a/src/PositionCache.cxx +++ b/src/PositionCache.cxx @@ -31,6 +31,10 @@ #include "Document.h" #include "PositionCache.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif + static inline bool IsControlCharacter(int ch) { // iscntrl returns true for lots of chars > 127 which are displayable return ch >= 0 && ch < ' '; -- cgit v1.2.3