summaryrefslogtreecommitdiff
path: root/boost/predef.h
diff options
context:
space:
mode:
Diffstat (limited to 'boost/predef.h')
-rw-r--r--boost/predef.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/boost/predef.h b/boost/predef.h
index 753cd61e8b..36d731fa41 100644
--- a/boost/predef.h
+++ b/boost/predef.h
@@ -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