summaryrefslogtreecommitdiffstats
path: root/eval
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 /eval
parent93fecf64015c811e03ec8abfd4730383d1c9cf16 (diff)
Reduce exposure of SymbolTable, Stash and other classes not necessary for users of Slime.
Diffstat (limited to 'eval')
-rw-r--r--eval/src/tests/tensor/binary_format/binary_format_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval/src/tests/tensor/binary_format/binary_format_test.cpp b/eval/src/tests/tensor/binary_format/binary_format_test.cpp
index bec62b0e0a6..fa3b333dc72 100644
--- a/eval/src/tests/tensor/binary_format/binary_format_test.cpp
+++ b/eval/src/tests/tensor/binary_format/binary_format_test.cpp
@@ -11,6 +11,7 @@
#include <vespa/vespalib/io/mapped_file_input.h>
#include <vespa/vespalib/util/stringfmt.h>
#include <vespa/vespalib/objects/nbostream.h>
+#include <vespa/vespalib/util/stash.h>
#include <vespa/vespalib/gtest/gtest.h>
using namespace vespalib;