summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-08-19 12:12:42 +0200
committerTor Egge <Tor.Egge@broadpark.no>2019-08-19 12:12:42 +0200
commit7f5790cc604a30431d6025a1c0d5e915be8ee6af (patch)
treedc1e004d7b56e4cfd081ab66fa6e6d856bc8be21 /vespalib
parent5fb8e66dbd2d6e02a64a054e147ac7214943d563 (diff)
Add missing include statement.
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/datastore/unique_store_string_allocator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/vespa/vespalib/datastore/unique_store_string_allocator.h b/vespalib/src/vespa/vespalib/datastore/unique_store_string_allocator.h
index 0adb089da08..afd0139db1b 100644
--- a/vespalib/src/vespa/vespalib/datastore/unique_store_string_allocator.h
+++ b/vespalib/src/vespa/vespalib/datastore/unique_store_string_allocator.h
@@ -8,6 +8,7 @@
#include "unique_store_entry.h"
#include "i_compactable.h"
#include <cassert>
+#include <string>
namespace search::datastore {