diff options
Diffstat (limited to 'src/LexGAP.cxx')
-rw-r--r-- | src/LexGAP.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/LexGAP.cxx b/src/LexGAP.cxx index 6878ab76b..25bd33b90 100644 --- a/src/LexGAP.cxx +++ b/src/LexGAP.cxx @@ -21,6 +21,9 @@ #include "Scintilla.h" #include "SciLexer.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif static inline bool IsGAPOperator(char ch) { if (isalnum(ch)) return false; |