]> git.lyx.org Git - lyx.git/blobdiff - src/pch.h
Fix encoding of converters path and arguments
[lyx.git] / src / pch.h
index b2c41405aa142c631467dc60db90bb9f86ce90f5..05a5d0419fed87eff49fbc5687ac666469c81a4f 100644 (file)
--- a/src/pch.h
+++ b/src/pch.h
@@ -19,7 +19,7 @@
 #include <boost/signals/trackable.hpp>
 #include <boost/version.hpp>
 
-#if BOOST_VERSION < 103301
+#if BOOST_VERSION < 103300
 # include <boost/test/detail/nullstream.hpp>
 #else
 # include <boost/test/utils/nullstream.hpp>
@@ -64,5 +64,6 @@
 #include <stack>
 #include <string>
 #include <utility>
+
 #include <utime.h>
 #include <vector>