X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbox.C;h=aae0bf10ea47193dca8f736446c127b4df117c7a;hb=52eb91c94fb70d58dceef430659c8781de2eccda;hp=b4d8bdd5bc5b497f444c8a04f145c24cd85539ec;hpb=ffdb0baea3cfed37790f3769ae74081183d439cc;p=lyx.git diff --git a/src/box.C b/src/box.C index b4d8bdd5bc..aae0bf10ea 100644 --- a/src/box.C +++ b/src/box.C @@ -16,6 +16,9 @@ #include "support/std_ostream.h" + +namespace lyx { + using std::ostream; @@ -41,3 +44,6 @@ ostream & operator<<(ostream & os, Box const & b) << " x2,y2: " << b.x2 << ',' << b.y2 << std::endl; } + + +} // namespace lyx