]> git.lyx.org Git - features.git/blobdiff - src/support/lstrings.C
change "support/std_sstream.h" to <sstream>
[features.git] / src / support / lstrings.C
index c4182fb5a10ee38a34be9976d315923ea2d45ab2..9910d5400773e6108c693221e5ec77f769d03105 100644 (file)
@@ -12,7 +12,6 @@
 #include <config.h>
 
 #include "lstrings.h"
-#include "support/std_sstream.h"
 #include "debug.h"
 #include "lyxlib.h"
 #include "tostr.h"
@@ -26,6 +25,8 @@
 #include <cctype>
 #include <cstdlib>
 
+#include <sstream>
+
 using std::transform;
 using std::string;
 using std::vector;