aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexTeX.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/LexTeX.cxx')
-rw-r--r--src/LexTeX.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LexTeX.cxx b/src/LexTeX.cxx
index 65e530adb..55f0d3405 100644
--- a/src/LexTeX.cxx
+++ b/src/LexTeX.cxx
@@ -27,6 +27,10 @@
#include "SciLexer.h"
#include "StyleContext.h"
+#ifdef SCI_NAMESPACE
+using namespace Scintilla;
+#endif
+
// val SCE_TEX_DEFAULT = 0
// val SCE_TEX_SPECIAL = 1
// val SCE_TEX_GROUP = 2