]> git.lyx.org Git - features.git/blobdiff - src/frontends/gnome/GAbout.C
change "support/std_sstream.h" to <sstream>
[features.git] / src / frontends / gnome / GAbout.C
index d91d7519423784e26980d28cc21cefbd7797fa61..f390388a53198904bfe261861929bc97dad2892f 100644 (file)
@@ -12,7 +12,6 @@
 #include <config.h>
 
 #include "support/lstrings.h"
-#include "support/std_sstream.h"
 
 #include "gnome_helpers.h"
 #include "gnomeBC.h"
@@ -21,6 +20,8 @@
 #include <gtkmm/button.h>
 #include <gtkmm/textview.h>
 
+#include <sstream>
+
 using std::istringstream;