summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-06-11 17:57:47 +0200
committerHenning Baldersheim <balder@oath.com>2018-06-11 17:57:47 +0200
commita2421dafa786d686bab33fadae6d3b0d39ac2a96 (patch)
tree52b0e13f5267e7ef72fe1c0c3752e810f26955d1 /searchcore
parent942bc723d7506d3f3c220b9207fc13ddc53d17f5 (diff)
Add missing include.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/attribute/attribute_writer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/attribute/attribute_writer.cpp b/searchcore/src/vespa/searchcore/proton/attribute/attribute_writer.cpp
index b099072d421..2d78f837ecf 100644
--- a/searchcore/src/vespa/searchcore/proton/attribute/attribute_writer.cpp
+++ b/searchcore/src/vespa/searchcore/proton/attribute/attribute_writer.cpp
@@ -12,6 +12,8 @@
#include <vespa/searchlib/attribute/attributevector.hpp>
#include <vespa/searchlib/attribute/imported_attribute_vector.h>
#include <vespa/searchlib/common/isequencedtaskexecutor.h>
+#include <vespa/searchlib/common/idestructorcallback.h>
+
#include <vespa/log/log.h>
LOG_SETUP(".proton.server.attributeadapter");