aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-07-21 11:15:00 +0000
committernyamatongwe <devnull@localhost>2009-07-21 11:15:00 +0000
commit7fb94358318eac0dc06a25f89d58118169e9d339 (patch)
treed4cf4147a34a32281b96cfb9a3c44977cf90188a
parentddc006588216e55ad481fe112c43cd450e922de5 (diff)
downloadscintilla-mirror-7fb94358318eac0dc06a25f89d58118169e9d339.tar.gz
Using std::string rather than SString.
-rw-r--r--gtk/ScintillaGTK.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index 2a8b057a2..0d990e805 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -10,6 +10,7 @@
#include <ctype.h>
#include <time.h>
+#include <string>
#include <vector>
#include <gtk/gtk.h>