summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2021-02-22 10:33:22 +0100
committerTor Egge <Tor.Egge@broadpark.no>2021-02-22 10:33:22 +0100
commit974e314ab77c90dcd7f44673232b107543af4232 (patch)
tree59a6026e86839b391675df9757221a924c364dc4 /searchcore
parent1b0e13708233e6ca4d94cb5238121b7ff9c3c91a (diff)
Include memory and typeinfo when needed.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/attribute/attributedisklayout.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/attribute/attributedisklayout.h b/searchcore/src/vespa/searchcore/proton/attribute/attributedisklayout.h
index 74cf0bb8cf8..16d74c6ea09 100644
--- a/searchcore/src/vespa/searchcore/proton/attribute/attributedisklayout.h
+++ b/searchcore/src/vespa/searchcore/proton/attribute/attributedisklayout.h
@@ -8,6 +8,7 @@
#include <shared_mutex>
#include <map>
#include <vector>
+#include <memory>
namespace proton {