summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-01-31 14:39:10 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2017-01-31 14:39:10 +0100
commit5ead1e9c1a828e2e98e5f88fa4e88f038127b73c (patch)
treec6c2095c86340502861bc11da176d9fe5db03473 /searchcore
parentce1759d257ec4aa6a0a5802034a471ecc2d30477 (diff)
Optimize includes.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/tests/proton/docsummary/docsummary.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/docsummary/docsummary.cpp b/searchcore/src/tests/proton/docsummary/docsummary.cpp
index 11d0be1412b..49b9d1cab99 100644
--- a/searchcore/src/tests/proton/docsummary/docsummary.cpp
+++ b/searchcore/src/tests/proton/docsummary/docsummary.cpp
@@ -1,4 +1,5 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
#include <vespa/document/fieldvalue/document.h>
#include <vespa/searchcore/proton/attribute/attribute_writer.h>
#include <vespa/searchcore/proton/common/bucketfactory.h>
@@ -28,6 +29,7 @@
#include <vespa/config/helper/configgetter.hpp>
#include <vespa/eval/tensor/serialization/typed_binary_format.h>
#include <vespa/vespalib/objects/nbostream.h>
+#include <vespa/vespalib/encoding/base64.h>
#include <vespa/log/log.h>
LOG_SETUP("docsummary_test");