summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon@oath.com>2019-02-03 01:39:06 +0100
committerGitHub <noreply@github.com>2019-02-03 01:39:06 +0100
commit5d7a293ecfea21f09d709c6bb1979f3d964d00aa (patch)
treedef4cd1cedef12157eff759cef63105340da34d4 /searchcore
parentfac611ad92dc4025a8c9ffe9e0a7715575d706a9 (diff)
Revert "Use OS provided xxhash."
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/fdispatch/search/fnet_search.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/fdispatch/search/fnet_search.cpp b/searchcore/src/vespa/searchcore/fdispatch/search/fnet_search.cpp
index ddbf3fe94c4..574782c7cb5 100644
--- a/searchcore/src/vespa/searchcore/fdispatch/search/fnet_search.cpp
+++ b/searchcore/src/vespa/searchcore/fdispatch/search/fnet_search.cpp
@@ -8,7 +8,7 @@
#include <vespa/searchlib/engine/packetconverter.h>
#include <vespa/searchlib/engine/searchreply.h>
#include <vespa/vespalib/util/stringfmt.h>
-#include <xxhash.h>
+#include <vespa/vespalib/xxhash/xxhash.h>
#include <vespa/log/log.h>
LOG_SETUP(".fnet_search");