diff options
author | nyamatongwe <unknown> | 2009-07-21 11:15:00 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-07-21 11:15:00 +0000 |
commit | 22537f103556f4c27085e3812f231af9182a17a1 (patch) | |
tree | d4cf4147a34a32281b96cfb9a3c44977cf90188a | |
parent | 77b7871c75dc8beed0764741d1ffaf13964d429d (diff) | |
download | scintilla-mirror-22537f103556f4c27085e3812f231af9182a17a1.tar.gz |
Using std::string rather than SString.
-rw-r--r-- | gtk/ScintillaGTK.cxx | 1 |
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> |