]> git.lyx.org Git - lyx.git/blobdiff - src/support/debugstream.h
hopefully fix tex2lyx linking.
[lyx.git] / src / support / debugstream.h
index 47ab04aa8d8c66adec8ad545b592c2f380c97879..b5e9283f7e165e9eb674f16a7f9c082028bd4d57 100644 (file)
 
 #include <boost/version.hpp>
 
-#if BOOST_VERSION < 103301
+
+//namespace lyx {
+
+#if BOOST_VERSION < 103300
 #  include <boost/test/detail/nullstream.hpp>
 #else
 #  include <boost/test/utils/nullstream.hpp>
@@ -105,4 +108,7 @@ private:
 
 typedef basic_debugstream<debug_trait> debugstream;
 
+
+//} // namespace lyx
+
 #endif