]> 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 05b66b7b05b5345700171e21df4433f43b7a6bd4..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;
 
@@ -112,7 +113,7 @@ string const ResizeLatexCommand::front_impl() const
                        if (!data.height.zero())
                                height = data.height.asLatexString();
                }
-               
+
                os << "\\resizebox{"
                   << width << "}{"
                   << height << "}{";