diff options
Diffstat (limited to 'src/LexMetapost.cxx')
-rw-r--r-- | src/LexMetapost.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LexMetapost.cxx b/src/LexMetapost.cxx index b7d482c0f..f3fe77d0d 100644 --- a/src/LexMetapost.cxx +++ b/src/LexMetapost.cxx @@ -25,6 +25,10 @@ #include "SciLexer.h" #include "StyleContext.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif + // val SCE_METAPOST_DEFAULT = 0 // val SCE_METAPOST_SPECIAL = 1 // val SCE_METAPOST_GROUP = 2 |