From 1153d2832032b78f63842439c6bb670e3700ad16 Mon Sep 17 00:00:00 2001 From: grafikrobot Date: Thu, 2 May 2013 23:23:03 -0500 Subject: [PATCH] Add platform.h header. --- include/boost/predef/platform.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 include/boost/predef/platform.h diff --git a/include/boost/predef/platform.h b/include/boost/predef/platform.h new file mode 100644 index 0000000..5d2b179 --- /dev/null +++ b/include/boost/predef/platform.h @@ -0,0 +1,14 @@ +/* +Copyright Redshift Software, Inc. 2013 +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) +*/ + +#ifndef BOOST_PREDEF_PLATFORM_H +#define BOOST_PREDEF_PLATFORM_H + +#include +/*#include */ + +#endif