mirror of
https://github.com/boostorg/hana.git
synced 2026-02-22 15:32:11 +00:00
Add missing foldable_instance includes.
This commit is contained in:
@@ -12,6 +12,7 @@ Distributed under the Boost Software License, Version 1.0.
|
||||
|
||||
#include <boost/hana/bool.hpp>
|
||||
#include <boost/hana/core.hpp>
|
||||
#include <boost/hana/iterable/foldable_instance.hpp>
|
||||
#include <boost/hana/iterable/mcd.hpp>
|
||||
#include <boost/hana/list/mcd.hpp>
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@ Distributed under the Boost Software License, Version 1.0.
|
||||
#include <boost/hana/bool.hpp>
|
||||
#include <boost/hana/core.hpp>
|
||||
#include <boost/hana/integral.hpp>
|
||||
#include <boost/hana/iterable/foldable_instance.hpp>
|
||||
#include <boost/hana/iterable/mcd.hpp>
|
||||
#include <boost/hana/list/mcd.hpp>
|
||||
#include <boost/hana/range.hpp>
|
||||
|
||||
@@ -14,6 +14,7 @@ Distributed under the Boost Software License, Version 1.0.
|
||||
#include <boost/hana/comparable/equal_mcd.hpp>
|
||||
#include <boost/hana/core.hpp>
|
||||
#include <boost/hana/ext/std/integral_constant.hpp>
|
||||
#include <boost/hana/iterable/foldable_instance.hpp>
|
||||
#include <boost/hana/iterable/mcd.hpp>
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
@@ -12,6 +12,7 @@ Distributed under the Boost Software License, Version 1.0.
|
||||
|
||||
#include <boost/hana/core.hpp>
|
||||
#include <boost/hana/functor/fmap_mcd.hpp>
|
||||
#include <boost/hana/iterable/foldable_instance.hpp>
|
||||
#include <boost/hana/iterable/mcd.hpp>
|
||||
|
||||
#include <list>
|
||||
|
||||
@@ -14,6 +14,7 @@ Distributed under the Boost Software License, Version 1.0.
|
||||
#include <boost/hana/bool.hpp>
|
||||
#include <boost/hana/core.hpp>
|
||||
#include <boost/hana/functor/fmap_mcd.hpp>
|
||||
#include <boost/hana/iterable/foldable_instance.hpp>
|
||||
#include <boost/hana/iterable/mcd.hpp>
|
||||
#include <boost/hana/list/mcd.hpp>
|
||||
#include <boost/hana/monad/flatten_mcd.hpp>
|
||||
|
||||
@@ -8,6 +8,7 @@ Distributed under the Boost Software License, Version 1.0.
|
||||
#include <boost/hana/detail/static_assert.hpp>
|
||||
#include <boost/hana/functional.hpp>
|
||||
#include <boost/hana/integral.hpp>
|
||||
#include <boost/hana/iterable/foldable_instance.hpp>
|
||||
#include <boost/hana/iterable/mcd.hpp>
|
||||
#include <boost/hana/lazy.hpp>
|
||||
#include <boost/hana/list/instance.hpp>
|
||||
|
||||
Reference in New Issue
Block a user