]> git.lyx.org Git - lyx.git/blobdiff - src/lyxgluelength.C
* support/qstring_helpers.h: erase ucs4_to_qstring() method.
[lyx.git] / src / lyxgluelength.C
index c38c814d22c5d957143f008b350ab33d62fe48aa..fbea55bbd0354fa397088258e4eaed6a6ab2f0ed 100644 (file)
 #include "lyxgluelength.h"
 #include "lengthcommon.h"
 
-#include "support/std_sstream.h"
+#include <sstream>
+
+
+namespace lyx {
 
 using std::ostringstream;
 using std::string;
@@ -132,3 +135,6 @@ bool operator!=(LyXGlueLength const & l1, LyXGlueLength const & l2)
 {
        return !(l1 == l2);
 }
+
+
+} // namespace lyx