diff options
| author | nyamatongwe <devnull@localhost> | 2009-07-21 11:15:00 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2009-07-21 11:15:00 +0000 |
| commit | 7fb94358318eac0dc06a25f89d58118169e9d339 (patch) | |
| tree | d4cf4147a34a32281b96cfb9a3c44977cf90188a | |
| parent | ddc006588216e55ad481fe112c43cd450e922de5 (diff) | |
| download | scintilla-mirror-7fb94358318eac0dc06a25f89d58118169e9d339.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> |
