From d50b3b52130ea3ee0e06c653fdbc6f687270fcce Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Sun, 10 Oct 2021 22:47:15 +0200 Subject: Include array header (needed when using std::array). --- eval/src/vespa/eval/instruction/dense_single_reduce_function.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/eval/src/vespa/eval/instruction/dense_single_reduce_function.cpp b/eval/src/vespa/eval/instruction/dense_single_reduce_function.cpp index 0002301f33d..5bf721e8516 100644 --- a/eval/src/vespa/eval/instruction/dense_single_reduce_function.cpp +++ b/eval/src/vespa/eval/instruction/dense_single_reduce_function.cpp @@ -4,6 +4,7 @@ #include #include #include +#include namespace vespalib::eval { -- cgit v1.2.3