diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/ScintillaWin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index 3687b86d0..34d013b7c 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -13,6 +13,7 @@ #include <assert.h> #include <limits.h> +#include <string> #include <vector> #define _WIN32_WINNT 0x0500 @@ -24,7 +25,6 @@ #include "Platform.h" #include "Scintilla.h" -#include "SString.h" #ifdef SCI_LEXER #include "SciLexer.h" #include "PropSet.h" |