summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/ranksetup/ranksetup_test.cpp
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-10-05 12:37:33 +0200
committerTor Egge <Tor.Egge@broadpark.no>2020-10-05 13:04:31 +0200
commit55e9c8c766d7283ace1bba966e5320d896ee06d5 (patch)
treed7392444fdee591a2f2873d7631ab56e5eaa825e /searchlib/src/tests/ranksetup/ranksetup_test.cpp
parent5341ecd273471ebed963e652c03be587ef85892e (diff)
Explicitly instantiate common attribute update member functions.
Diffstat (limited to 'searchlib/src/tests/ranksetup/ranksetup_test.cpp')
-rw-r--r--searchlib/src/tests/ranksetup/ranksetup_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/tests/ranksetup/ranksetup_test.cpp b/searchlib/src/tests/ranksetup/ranksetup_test.cpp
index 0a20ddb3739..669a421d6d3 100644
--- a/searchlib/src/tests/ranksetup/ranksetup_test.cpp
+++ b/searchlib/src/tests/ranksetup/ranksetup_test.cpp
@@ -7,7 +7,7 @@
#include <vespa/searchlib/attribute/attributeguard.h>
#include <vespa/searchlib/attribute/attributefactory.h>
#include <vespa/searchlib/attribute/attributevector.h>
-#include <vespa/searchlib/attribute/attributevector.hpp>
+#include <vespa/searchlib/attribute/integerbase.h>
#include <vespa/searchlib/fef/blueprint.h>
#include <vespa/searchlib/fef/blueprintfactory.h>