X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBox.cpp;h=a3461ef3ea56baea7109ac16b6b188a549f85724;hb=3d4076b598deb18660e50ec9c327efc3b15f15d0;hp=918b661d19d43bbd93fdf97447a8837ff24c8302;hpb=ada0bd00f07c85235c6653a0f7ecb04a8c28b54d;p=lyx.git diff --git a/src/Box.cpp b/src/Box.cpp index 918b661d19..a3461ef3ea 100644 --- a/src/Box.cpp +++ b/src/Box.cpp @@ -14,9 +14,9 @@ #include "Box.h" -#include "support/std_ostream.h" +#include -using std::ostream; +using namespace std; namespace lyx { @@ -41,7 +41,7 @@ ostream & operator<<(ostream & os, Box const & b) { return os << "x1,y1: " << b.x1 << ',' << b.y1 << " x2,y2: " << b.x2 << ',' << b.y2 - << std::endl; + << endl; }