aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexPascal.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/LexPascal.cxx')
-rw-r--r--src/LexPascal.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LexPascal.cxx b/src/LexPascal.cxx
index fdd12c470..0e4576064 100644
--- a/src/LexPascal.cxx
+++ b/src/LexPascal.cxx
@@ -21,6 +21,10 @@
#include "SciLexer.h"
#include "StyleContext.h"
+#ifdef SCI_NAMESPACE
+using namespace Scintilla;
+#endif
+
static void getRange(unsigned int start,
unsigned int end,
Accessor &styler,