summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorGeir Storli <geirst@oath.com>2018-04-23 12:34:55 +0000
committerGeir Storli <geirst@oath.com>2018-04-23 12:45:00 +0000
commit046d9fc7125b19726d48b16ca1b714d6404888d4 (patch)
tree3c88b6c2525c02449df09c402955eb7aa2610a9a /searchlib
parent5fae97bc7a64119aa07b03cd3ef15a4cefae64bc (diff)
Implement mock of proton::IAttributeManager.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/test/mock_attribute_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchlib/src/vespa/searchlib/test/mock_attribute_manager.h b/searchlib/src/vespa/searchlib/test/mock_attribute_manager.h
index fa12089b3cf..1e7f546d864 100644
--- a/searchlib/src/vespa/searchlib/test/mock_attribute_manager.h
+++ b/searchlib/src/vespa/searchlib/test/mock_attribute_manager.h
@@ -6,6 +6,7 @@
#include <vespa/searchlib/attribute/attributevector.h>
#include <vespa/searchlib/attribute/attribute_read_guard.h>
#include <vespa/searchlib/attribute/iattributemanager.h>
+#include <map>
namespace search {
namespace attribute {