]> git.lyx.org Git - features.git/blobdiff - src/paragraph.C
change "support/std_sstream.h" to <sstream>
[features.git] / src / paragraph.C
index 5657b2f77cd3c2578ca6de1c34d0eaa3f88b2304..66eebe04eb15c016a0d0e44005351b670c90175b 100644 (file)
@@ -41,7 +41,6 @@
 #include "insets/insetoptarg.h"
 
 #include "support/lstrings.h"
-#include "support/std_sstream.h"
 #include "support/textutils.h"
 #include "support/tostr.h"
 
@@ -50,6 +49,7 @@
 
 #include <list>
 #include <stack>
+#include <sstream>
 
 using lyx::pos_type;