diff options
Diffstat (limited to 'src/LexSpice.cxx')
-rw-r--r-- | src/LexSpice.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LexSpice.cxx b/src/LexSpice.cxx index 8a1683f05..b2953c001 100644 --- a/src/LexSpice.cxx +++ b/src/LexSpice.cxx @@ -19,6 +19,10 @@ #include "SciLexer.h" #include "SString.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif + /* * Interface */ |