2
0
mirror of https://github.com/boostorg/hana.git synced 2026-02-27 17:12:13 +00:00

Add missing foldable_instance includes.

This commit is contained in:
Louis Dionne
2014-07-16 15:57:36 -04:00
parent 7e8f109d7f
commit b6e46748df
6 changed files with 6 additions and 0 deletions

View File

@@ -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>