aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/stringattribute/stringattribute_test.cpp
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-03-24 18:42:41 +0100
committerTor Egge <Tor.Egge@online.no>2023-03-24 18:42:41 +0100
commit99507c1f7f7c227870e6b9318af63df61df640aa (patch)
tree7673df0a53f4a4c911b109998450b50ac72bf25b /searchlib/src/tests/attribute/stringattribute/stringattribute_test.cpp
parente3c32a319b14b8ad75ab64e53da933135313c077 (diff)
Use explicit instantiations of SingleValueNumericPostingAttribute
and SingleValueStringPostingAttributeT.
Diffstat (limited to 'searchlib/src/tests/attribute/stringattribute/stringattribute_test.cpp')
-rw-r--r--searchlib/src/tests/attribute/stringattribute/stringattribute_test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/searchlib/src/tests/attribute/stringattribute/stringattribute_test.cpp b/searchlib/src/tests/attribute/stringattribute/stringattribute_test.cpp
index 3d4edcd4aea..a19b093ef4d 100644
--- a/searchlib/src/tests/attribute/stringattribute/stringattribute_test.cpp
+++ b/searchlib/src/tests/attribute/stringattribute/stringattribute_test.cpp
@@ -7,7 +7,8 @@
#include <vespa/searchlib/attribute/multistringpostattribute.h>
#include <vespa/searchlib/attribute/enumstore.hpp>
-#include <vespa/searchlib/attribute/singlestringpostattribute.hpp>
+#include <vespa/searchlib/attribute/single_string_enum_search_context.h>
+#include <vespa/searchlib/attribute/singlestringpostattribute.h>
#include <vespa/searchlib/attribute/multistringpostattribute.hpp>
#include <vespa/log/log.h>