From b6e46748df50eff657cb1772ccb656d0c8a054da Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Wed, 16 Jul 2014 15:57:36 -0400 Subject: [PATCH] Add missing foldable_instance includes. --- include/boost/hana/ext/boost/tuple.hpp | 1 + include/boost/hana/ext/std/array.hpp | 1 + include/boost/hana/ext/std/integer_sequence.hpp | 1 + include/boost/hana/ext/std/list.hpp | 1 + include/boost/hana/ext/std/tuple.hpp | 1 + test/sandbox/repeat.cpp | 1 + 6 files changed, 6 insertions(+) diff --git a/include/boost/hana/ext/boost/tuple.hpp b/include/boost/hana/ext/boost/tuple.hpp index 47e5fab3c..32c5c6658 100644 --- a/include/boost/hana/ext/boost/tuple.hpp +++ b/include/boost/hana/ext/boost/tuple.hpp @@ -12,6 +12,7 @@ Distributed under the Boost Software License, Version 1.0. #include #include +#include #include #include diff --git a/include/boost/hana/ext/std/array.hpp b/include/boost/hana/ext/std/array.hpp index f2c797c28..301912480 100644 --- a/include/boost/hana/ext/std/array.hpp +++ b/include/boost/hana/ext/std/array.hpp @@ -13,6 +13,7 @@ Distributed under the Boost Software License, Version 1.0. #include #include #include +#include #include #include #include diff --git a/include/boost/hana/ext/std/integer_sequence.hpp b/include/boost/hana/ext/std/integer_sequence.hpp index 8167f3948..4eb47c45b 100644 --- a/include/boost/hana/ext/std/integer_sequence.hpp +++ b/include/boost/hana/ext/std/integer_sequence.hpp @@ -14,6 +14,7 @@ Distributed under the Boost Software License, Version 1.0. #include #include #include +#include #include #include diff --git a/include/boost/hana/ext/std/list.hpp b/include/boost/hana/ext/std/list.hpp index 88efe336a..4f6f9fbb0 100644 --- a/include/boost/hana/ext/std/list.hpp +++ b/include/boost/hana/ext/std/list.hpp @@ -12,6 +12,7 @@ Distributed under the Boost Software License, Version 1.0. #include #include +#include #include #include diff --git a/include/boost/hana/ext/std/tuple.hpp b/include/boost/hana/ext/std/tuple.hpp index 0da691707..ea7ed7dfd 100644 --- a/include/boost/hana/ext/std/tuple.hpp +++ b/include/boost/hana/ext/std/tuple.hpp @@ -14,6 +14,7 @@ Distributed under the Boost Software License, Version 1.0. #include #include #include +#include #include #include #include diff --git a/test/sandbox/repeat.cpp b/test/sandbox/repeat.cpp index 16fc0b458..7fcba6450 100644 --- a/test/sandbox/repeat.cpp +++ b/test/sandbox/repeat.cpp @@ -8,6 +8,7 @@ Distributed under the Boost Software License, Version 1.0. #include #include #include +#include #include #include #include