diff options
Diffstat (limited to 'src/XPM.cxx')
-rw-r--r-- | src/XPM.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/XPM.cxx b/src/XPM.cxx index ca4804e5d..eba3fb6c2 100644 --- a/src/XPM.cxx +++ b/src/XPM.cxx @@ -17,6 +17,8 @@ #include <iterator> #include <memory> +#include "ScintillaTypes.h" + #include "Debugging.h" #include "Geometry.h" #include "Platform.h" @@ -24,6 +26,7 @@ #include "XPM.h" using namespace Scintilla; +using namespace Scintilla::Internal; namespace { |