]> git.lyx.org Git - lyx.git/blobdiff - src/box.C
add config.h
[lyx.git] / src / box.C
index b4d8bdd5bc5b497f444c8a04f145c24cd85539ec..aae0bf10ea47193dca8f736446c127b4df117c7a 100644 (file)
--- 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