From 63fd1b8b2d91261a4fad1f8762d54f1a7eef5330 Mon Sep 17 00:00:00 2001 From: Hartmut Hafermann Date: Thu, 16 Oct 2014 16:29:49 +0200 Subject: [PATCH] include map and fold headers into array.hpp --- triqs/arrays/array.hpp | 3 +++ 1 file changed, 3 insertions(+) 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;