summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-01 15:12:53 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-12 02:55:42 +0100
commit873fc7efc930f21d5b9bd22aa94f90193d85d36c (patch)
treeb8735df341681e5f4578bcadfffac307b715760e /storage
parentf977bc16276415989b44fe6b48b67d3620684fa1 (diff)
Include asciistream in implementation only.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/distributor/operationtargetresolver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/src/vespa/storage/distributor/operationtargetresolver.h b/storage/src/vespa/storage/distributor/operationtargetresolver.h
index 380ce3ae1e6..aaf416954b2 100644
--- a/storage/src/vespa/storage/distributor/operationtargetresolver.h
+++ b/storage/src/vespa/storage/distributor/operationtargetresolver.h
@@ -9,6 +9,7 @@
#include <vespa/document/bucket/bucketid.h>
#include <vespa/vdslib/state/node.h>
#include <vespa/vespalib/util/printable.h>
+#include <vespa/vespalib/stllike/asciistream.h>
namespace storage {
namespace distributor {