diff --git a/include/boost/utility/in_place_factory.hpp b/include/boost/utility/in_place_factory.hpp index c737b25..612c9a3 100644 --- a/include/boost/utility/in_place_factory.hpp +++ b/include/boost/utility/in_place_factory.hpp @@ -52,5 +52,7 @@ BOOST_PP_REPEAT( BOOST_MAX_INPLACE_FACTORY_ARITY, BOOST_DEFINE_INPLACE_FACTORY_C } // namespace boost +#include + #endif diff --git a/include/boost/utility/typed_in_place_factory.hpp b/include/boost/utility/typed_in_place_factory.hpp index 49b1348..e19fb75 100644 --- a/include/boost/utility/typed_in_place_factory.hpp +++ b/include/boost/utility/typed_in_place_factory.hpp @@ -12,7 +12,7 @@ #ifndef BOOST_UTILITY_TYPED_INPLACE_FACTORY_25AGO2003_HPP #define BOOST_UTILITY_TYPED_INPLACE_FACTORY_25AGO2003_HPP -#include +#include namespace boost { @@ -51,7 +51,7 @@ BOOST_PP_REPEAT( BOOST_MAX_INPLACE_FACTORY_ARITY, BOOST_DEFINE_TYPED_INPLACE_FAC } // namespace boost -#include +#include #endif