]> git.lyx.org Git - features.git/blobdiff - src/insets/insetgraphics.C
change "support/std_sstream.h" to <sstream>
[features.git] / src / insets / insetgraphics.C
index 34db409c60fb29faf7a97db0948d46e3c8acd18a..fe29faf3ba076b397f9aabd04e8d0a38aaa2262e 100644 (file)
@@ -77,12 +77,14 @@ TODO
 #include "support/os.h"
 #include "support/systemcall.h"
 #include "support/tostr.h"
-#include "support/std_sstream.h"
 
 #include <boost/bind.hpp>
 #include <boost/tuple/tuple.hpp>
 
+#include <sstream>
+
 namespace support = lyx::support;
+
 using lyx::support::AbsolutePath;
 using lyx::support::bformat;
 using lyx::support::ChangeExtension;