]> git.lyx.org Git - features.git/blobdiff - src/insets/ExternalTransforms.C
change "support/std_sstream.h" to <sstream>
[features.git] / src / insets / ExternalTransforms.C
index ee31553ba42af59be7fe5fe9764f08f71185bcf1..806943dbfb0611d2921dfefb216c8b367c6d6281 100644 (file)
@@ -19,8 +19,9 @@
 #include "support/translator.h"
 
 #include <boost/regex.hpp>
-#include "support/std_sstream.h"
+
 #include <cmath> // std::abs
+#include <sstream>
 
 using lyx::support::float_equal;