]> git.lyx.org Git - lyx.git/blobdiff - src/support/pch.h
Fix bug 3904
[lyx.git] / src / support / pch.h
index df68682721f3b6bce938a03827407c7f850d8d33..0e6d3fbf94a8582e25b137b03fa879df98bd1df6 100644 (file)
 #include <boost/shared_ptr.hpp>
 #include <boost/signal.hpp>
 #include <boost/signals/trackable.hpp>
-#include <boost/test/detail/nullstream.hpp>
+#include <boost/version.hpp>
+
+#if BOOST_VERSION < 103300
+# include <boost/test/detail/nullstream.hpp>
+#else
+# include <boost/test/utils/nullstream.hpp>
+#endif
+
 #include <boost/tokenizer.hpp>
 #include <boost/utility.hpp>