fix circulated include

This commit is contained in:
bolero-MURAKAMI 2015-01-12 01:31:46 +09:00
parent 6f1fbedd88
commit 6a5fed17be
2 changed files with 1 additions and 2 deletions

View file

@ -8,6 +8,7 @@
#ifndef SPROUT_TUPLE_TRAITS_HPP #ifndef SPROUT_TUPLE_TRAITS_HPP
#define SPROUT_TUPLE_TRAITS_HPP #define SPROUT_TUPLE_TRAITS_HPP
#include <type_traits>
#include <sprout/config.hpp> #include <sprout/config.hpp>
#include <sprout/index_tuple/metafunction.hpp> #include <sprout/index_tuple/metafunction.hpp>
#include <sprout/tuple/tuple.hpp> #include <sprout/tuple/tuple.hpp>

View file

@ -207,6 +207,4 @@ namespace sprout {
} // namespace types } // namespace types
} // namespace sprout } // namespace sprout
#include <sprout/type/rebind_types.hpp>
#endif // #ifndef SPROUT_TYPE_TYPE_TUPLE_DECL_HPP #endif // #ifndef SPROUT_TYPE_TYPE_TUPLE_DECL_HPP