summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2021-09-29 07:29:12 +0000
committerArne H Juul <arnej@yahooinc.com>2021-09-29 07:29:12 +0000
commitabb465b7106ef1594903a9d34b86190cdf501eb2 (patch)
tree7d78c4dba288b3894204b25a3c867e0a8d904703 /searchlib
parent5c19556d2abdc05d5bd179d2a4a31d1a368ab349 (diff)
file should reflect name of function
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/tensor/hamming_distance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/tensor/hamming_distance.cpp b/searchlib/src/vespa/searchlib/tensor/hamming_distance.cpp
index b52ae4d8033..f549676e8ab 100644
--- a/searchlib/src/vespa/searchlib/tensor/hamming_distance.cpp
+++ b/searchlib/src/vespa/searchlib/tensor/hamming_distance.cpp
@@ -1,7 +1,7 @@
// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "hamming_distance.h"
-#include <vespa/vespalib/util/hamming_distance.h>
+#include <vespa/vespalib/util/binary_hamming_distance.h>
using vespalib::typify_invoke;
using vespalib::eval::TypifyCellType;