From 38620a5d4d67566651271b516f01041bcf38b071 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 21 Jul 2009 08:29:51 +0000 Subject: Replacing SString with std::string. --- win32/ScintillaWin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') 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 #include +#include #include #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" -- cgit v1.2.3