summaryrefslogtreecommitdiffstats
path: root/eval
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2020-11-11 12:37:17 +0000
committerArne Juul <arnej@verizonmedia.com>2020-11-11 12:37:17 +0000
commit56048fb9d31ea12451d6ca96bc4765be8f619155 (patch)
tree8ad439a71a1ef01f56f7f151a1ab2682a46a964a /eval
parent1833a1da8468dca1ba1e19d1a3f4bc61d3be09e8 (diff)
still in same directory after move
Diffstat (limited to 'eval')
-rw-r--r--eval/src/vespa/eval/instruction/dense_xw_product_function.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/vespa/eval/instruction/dense_xw_product_function.cpp b/eval/src/vespa/eval/instruction/dense_xw_product_function.cpp
index 47f8e368367..fdcef97e277 100644
--- a/eval/src/vespa/eval/instruction/dense_xw_product_function.cpp
+++ b/eval/src/vespa/eval/instruction/dense_xw_product_function.cpp
@@ -1,6 +1,6 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/eval/instruction/dense_xw_product_function.h>
+#include "dense_xw_product_function.h"
#include <vespa/eval/tensor/dense/dense_tensor_view.h>
#include <vespa/vespalib/objects/objectvisitor.h>
#include <vespa/eval/eval/value.h>