]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetEnvironment.cpp
Embedding: merge lyx::EmbeddedFiles to lyx::support::EmbeddedFileList
[lyx.git] / src / insets / InsetEnvironment.cpp
index 70e214fa623ce069d1916f06c7ff226872246ff4..0d263810879872c0d93c123f2bcc221d5ef8ad09 100644 (file)
@@ -20,6 +20,7 @@
 #include "TexRow.h"
 #include "TextClass.h"
 
+using namespace std;
 
 namespace lyx {
 
@@ -44,7 +45,7 @@ Inset * InsetEnvironment::clone() const
 }
 
 
-void InsetEnvironment::write(Buffer const & buf, std::ostream & os) const
+void InsetEnvironment::write(Buffer const & buf, ostream & os) const
 {
        os << "Environment " << to_utf8(name()) << "\n";
        InsetText::write(buf, os);