diff options
Diffstat (limited to 'src/LexAda.cxx')
-rw-r--r-- | src/LexAda.cxx | 4 |
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 */ |