]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/predef.h
Cmake export tests: Handle attic files with now missing references to png graphics
[lyx.git] / boost / boost / predef.h
index 753cd61e8bdae6cbeaa2def7a908ddeef80d95ca..36d731fa41de2236fe629751f860a9a16d3b74ac 100644 (file)
@@ -1,12 +1,14 @@
 /*
-Copyright Rene Rivera 2008-2013
+Copyright Rene Rivera 2008-2015
 Distributed under the Boost Software License, Version 1.0.
 (See accompanying file LICENSE_1_0.txt or copy at
 http://www.boost.org/LICENSE_1_0.txt)
 */
 
+#if !defined(BOOST_PREDEF_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS)
 #ifndef BOOST_PREDEF_H
 #define BOOST_PREDEF_H
+#endif
 
 #include <boost/predef/language.h>
 #include <boost/predef/architecture.h>
@@ -16,4 +18,6 @@ http://www.boost.org/LICENSE_1_0.txt)
 #include <boost/predef/other.h>
 #include <boost/predef/platform.h>
 
+#include <boost/predef/version.h>
+
 #endif