X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Flyxmanip.h;h=b2d08611536985bfe2265b1eec6a9c8ce24d24ca;hb=2515a3bded01e27dcc3b19502e649f01fff5ace0;hp=21db95248edd3e04922c4d3368c1996edbae4067;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/support/lyxmanip.h b/src/support/lyxmanip.h index 21db95248e..b2d0861153 100644 --- a/src/support/lyxmanip.h +++ b/src/support/lyxmanip.h @@ -14,6 +14,9 @@ #include "support/std_ostream.h" + +namespace lyx { + /// struct NewLineAndDepth_ { int depth_; @@ -36,4 +39,7 @@ std::ostream & operator<<(std::ostream & os, NewLineAndDepth_ const & nlad_) return os; } + +} // namespace lyx + #endif