diff --git a/triqs/arrays/array.hpp b/triqs/arrays/array.hpp index e108fb57..c062c3a7 100644 --- a/triqs/arrays/array.hpp +++ b/triqs/arrays/array.hpp @@ -26,6 +26,9 @@ #include "impl/indexmap_storage_pair.hpp" #include "impl/assignment.hpp" #include "impl/flags.hpp" +#include "algorithms.hpp" +#include "functional/fold.hpp" +#include "functional/map.hpp" namespace triqs { namespace arrays { template class array_view;