diff options
Diffstat (limited to 'src/XPM.cxx')
| -rw-r--r-- | src/XPM.cxx | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/XPM.cxx b/src/XPM.cxx index 36e7994f4..7fc05bb9b 100644 --- a/src/XPM.cxx +++ b/src/XPM.cxx @@ -12,6 +12,10 @@  #include "XPM.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif +  static const char *NextField(const char *s) {  	// In case there are leading spaces in the string  	while (*s && *s == ' ') { | 
