diff options
Diffstat (limited to 'src/AutoComplete.cxx')
-rw-r--r-- | src/AutoComplete.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/AutoComplete.cxx b/src/AutoComplete.cxx index 753adca77..af6154ea1 100644 --- a/src/AutoComplete.cxx +++ b/src/AutoComplete.cxx @@ -14,6 +14,10 @@ #include "PropSet.h" #include "AutoComplete.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif + AutoComplete::AutoComplete() : active(false), separator(' '), |