diff --git a/include/boost/predef.h b/include/boost/predef.h index 6aeb904..8918aaf 100644 --- a/include/boost/predef.h +++ b/include/boost/predef.h @@ -1,5 +1,5 @@ /* -Copyright Redshift Software, Inc. 2008-2012 +Copyright Redshift Software, Inc. 2008-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) @@ -14,5 +14,6 @@ http://www.boost.org/LICENSE_1_0.txt) #include #include #include +#include #endif diff --git a/include/boost/predef/other.h b/include/boost/predef/other.h index 341130e..a9c40a3 100644 --- a/include/boost/predef/other.h +++ b/include/boost/predef/other.h @@ -9,7 +9,6 @@ http://www.boost.org/LICENSE_1_0.txt) #define BOOST_PREDEF_OTHER_H #include -#include /*#include */ #endif diff --git a/include/boost/predef/other/mingw.h b/include/boost/predef/platform/mingw.h similarity index 100% rename from include/boost/predef/other/mingw.h rename to include/boost/predef/platform/mingw.h