diff options
Diffstat (limited to 'boost/type_erasure/detail/normalize_deduced.hpp')
-rw-r--r-- | boost/type_erasure/detail/normalize_deduced.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/boost/type_erasure/detail/normalize_deduced.hpp b/boost/type_erasure/detail/normalize_deduced.hpp index 83d0d3b25b..dcf3fd3625 100644 --- a/boost/type_erasure/detail/normalize_deduced.hpp +++ b/boost/type_erasure/detail/normalize_deduced.hpp @@ -16,6 +16,9 @@ #include <boost/preprocessor/iteration/iterate.hpp> #include <boost/preprocessor/repetition/enum.hpp> #include <boost/preprocessor/repetition/enum_params.hpp> +#include <boost/type_erasure/detail/meta.hpp> + +#ifndef BOOST_TYPE_ERASURE_USE_MP11 namespace boost { namespace type_erasure { @@ -36,6 +39,8 @@ struct normalize_placeholder; #endif +#endif + #else #define N BOOST_PP_ITERATION() |