aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexAda.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/LexAda.cxx')
-rw-r--r--src/LexAda.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LexAda.cxx b/src/LexAda.cxx
index 0227ce110..f6c9e7ee7 100644
--- a/src/LexAda.cxx
+++ b/src/LexAda.cxx
@@ -19,6 +19,10 @@
#include "SciLexer.h"
#include "SString.h"
+#ifdef SCI_NAMESPACE
+using namespace Scintilla;
+#endif
+
/*
* Interface
*/