summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahooinc.com>2021-10-10 22:47:15 +0200
committerTor Egge <Tor.Egge@yahooinc.com>2021-10-10 22:47:15 +0200
commitd50b3b52130ea3ee0e06c653fdbc6f687270fcce (patch)
treeeb00b25838b44cbf22e6e967f46075da6abcaec3
parent2c5c43c14dbc62d83e6e4fe3de6695423f91cdd9 (diff)
Include array header (needed when using std::array).
-rw-r--r--eval/src/vespa/eval/instruction/dense_single_reduce_function.cpp1
1 files changed, 1 insertions, 0 deletions
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 <vespa/vespalib/util/typify.h>
#include <vespa/eval/eval/value.h>
#include <cassert>
+#include <array>
namespace vespalib::eval {