X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetNewpage.cpp;h=e26d2f21aa6e606c0dcb5f4cbb49eed1636f62cc;hb=c3a8b3a566e9e90f9ade72acbc723232d721d0b1;hp=1afdf5c2b6b6c62e6d583a607493adf850a028b7;hpb=9d0ea8aeff32833a90b3fe64df0c5518a9e241be;p=lyx.git diff --git a/src/insets/InsetNewpage.cpp b/src/insets/InsetNewpage.cpp index 1afdf5c2b6..e26d2f21aa 100644 --- a/src/insets/InsetNewpage.cpp +++ b/src/insets/InsetNewpage.cpp @@ -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'; }