summaryrefslogtreecommitdiffstats
path: root/storage/src
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-03-10 17:12:55 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-03-10 17:12:55 +0000
commit5401fd3201398bc5e650204c17db4ab13f935a24 (patch)
treef3cc36c5e9bc8e075649e125c8dd3b2a6a7fb231 /storage/src
parent93fecf64015c811e03ec8abfd4730383d1c9cf16 (diff)
Reduce exposure of SymbolTable, Stash and other classes not necessary for users of Slime.
Diffstat (limited to 'storage/src')
-rw-r--r--storage/src/tests/distributor/distributor_host_info_reporter_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/src/tests/distributor/distributor_host_info_reporter_test.cpp b/storage/src/tests/distributor/distributor_host_info_reporter_test.cpp
index aa55d61e628..a02e98a93b8 100644
--- a/storage/src/tests/distributor/distributor_host_info_reporter_test.cpp
+++ b/storage/src/tests/distributor/distributor_host_info_reporter_test.cpp
@@ -7,6 +7,7 @@
#include <vespa/vespalib/data/slime/slime.h>
#include <vespa/vespalib/io/fileutil.h>
#include <vespa/vespalib/stllike/asciistream.h>
+#include <chrono>
#include <vespa/vespalib/gtest/gtest.h>
namespace storage::distributor {