mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-12-23 21:25:49 +00:00
fix circulated include
This commit is contained in:
parent
6f1fbedd88
commit
6a5fed17be
2 changed files with 1 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
|||
#ifndef SPROUT_TUPLE_TRAITS_HPP
|
||||
#define SPROUT_TUPLE_TRAITS_HPP
|
||||
|
||||
#include <type_traits>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/index_tuple/metafunction.hpp>
|
||||
#include <sprout/tuple/tuple.hpp>
|
||||
|
|
|
@ -207,6 +207,4 @@ namespace sprout {
|
|||
} // namespace types
|
||||
} // namespace sprout
|
||||
|
||||
#include <sprout/type/rebind_types.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_TYPE_TYPE_TUPLE_DECL_HPP
|
||||
|
|
Loading…
Reference in a new issue