summaryrefslogtreecommitdiffstats
path: root/storageapi
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-01 15:00:37 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-12 02:55:42 +0100
commitbf40a3d99144e65518a990f3e7595499eda66c04 (patch)
tree4dcfefbec4a346bb217bf6f46c64a976291cd15e /storageapi
parentd88eef4f629682b7fe80b1888dbc1e96960ba28c (diff)
Include asciistream in implementation only.
Diffstat (limited to 'storageapi')
-rw-r--r--storageapi/src/vespa/storageapi/buckets/bucketinfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/storageapi/src/vespa/storageapi/buckets/bucketinfo.cpp b/storageapi/src/vespa/storageapi/buckets/bucketinfo.cpp
index 0304da45a38..1608909bdc5 100644
--- a/storageapi/src/vespa/storageapi/buckets/bucketinfo.cpp
+++ b/storageapi/src/vespa/storageapi/buckets/bucketinfo.cpp
@@ -1,5 +1,6 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "bucketinfo.h"
+#include <vespa/vespalib/stllike/asciistream.h>
namespace storage {
namespace api {