diff options
| author | nyamatongwe <unknown> | 2009-07-21 08:29:51 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2009-07-21 08:29:51 +0000 |
| commit | c13647b77a1a52aef060aa7368ed84d5e33dcde5 (patch) | |
| tree | d2212da98b16a084ef3e4d9eba4382c313f60be9 /win32/ScintillaWin.cxx | |
| parent | 74fc1b126280c1f928dd8a8fb54bc174b92187b4 (diff) | |
| download | scintilla-mirror-c13647b77a1a52aef060aa7368ed84d5e33dcde5.tar.gz | |
Replacing SString with std::string.
Diffstat (limited to 'win32/ScintillaWin.cxx')
| -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" |
