]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewpage.cpp
* Inset: Prepare for an eventual merge of updateLabels() and addToToc()
[lyx.git] / src / insets / InsetNewpage.cpp
index 1afdf5c2b6b6c62e6d583a607493adf850a028b7..e26d2f21aa6e606c0dcb5f4cbb49eed1636f62cc 100644 (file)
@@ -25,6 +25,7 @@
 #include "support/docstring.h"
 #include "support/docstream.h"
 
+using namespace std;
 
 namespace lyx {
 
@@ -34,7 +35,7 @@ void InsetNewpage::read(Buffer const &, Lexer &)
 }
 
 
-void InsetNewpage::write(Buffer const &, std::ostream & os) const
+void InsetNewpage::write(Buffer const &, ostream & os) const
 {
        os << "\n" << getCmdName() << '\n';
 }