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