]> git.lyx.org Git - lyx.git/blobdiff - src/box.C
Fix breakage caused by bad commits.
[lyx.git] / src / box.C
index af520569dcc7d47d9988a99eb85e9ea55a78077a..b4d8bdd5bc5b497f444c8a04f145c24cd85539ec 100644 (file)
--- a/src/box.C
+++ b/src/box.C
 
 #include "box.h"
 
-#include "support/LOstream.h"
+#include "support/std_ostream.h"
 
 using std::ostream;
 
 
-Box::Box() 
+Box::Box()
        : x1(0), x2(0), y1(0), y2(0)
 {}