diff options
Diffstat (limited to 'lexers/LexEDIFACT.cxx')
-rw-r--r-- | lexers/LexEDIFACT.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lexers/LexEDIFACT.cxx b/lexers/LexEDIFACT.cxx index 70fd9f8f6..53e5bb3d5 100644 --- a/lexers/LexEDIFACT.cxx +++ b/lexers/LexEDIFACT.cxx @@ -19,6 +19,10 @@ #include "LexAccessor.h" #include "LexerModule.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif + class LexerEDIFACT : public ILexer { public: |