diff options
Diffstat (limited to 'src/Indicator.cxx')
-rw-r--r-- | src/Indicator.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Indicator.cxx b/src/Indicator.cxx index 7624a4a52..139e2b0ea 100644 --- a/src/Indicator.cxx +++ b/src/Indicator.cxx @@ -10,6 +10,10 @@ #include "Scintilla.h" #include "Indicator.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif + void Indicator::Draw(Surface *surface, const PRectangle &rc, const PRectangle &rcLine) { surface->PenColour(fore.allocated); int ymid = (rc.bottom + rc.top) / 2; |