summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-01-26 13:57:33 +0100
committerTor Egge <Tor.Egge@broadpark.no>2020-01-26 13:57:33 +0100
commit06669441cbbdef1d9d493576c6301d7b71874d65 (patch)
tree1edbb7f6b489234c27a028834700d1b2a2d7c1e3 /storage
parentea8fd1e82c99554fdc5a0918b687b0b16b90ac89 (diff)
Add include statements needed by newer build environments.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/tests/distributor/distributor_message_sender_stub.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/src/tests/distributor/distributor_message_sender_stub.h b/storage/src/tests/distributor/distributor_message_sender_stub.h
index 7ebd4dee1ae..440dee70d48 100644
--- a/storage/src/tests/distributor/distributor_message_sender_stub.h
+++ b/storage/src/tests/distributor/distributor_message_sender_stub.h
@@ -5,6 +5,7 @@
#include <vespa/storage/distributor/distributormessagesender.h>
#include <tests/common/message_sender_stub.h>
#include <cassert>
+#include <string>
namespace storage {