aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/tests/instruction/join_with_number/join_with_number_function_test.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@vespa.ai>2024-06-28 15:06:55 +0000
committerHenning Baldersheim <balder@vespa.ai>2024-06-28 15:46:04 +0000
commitf978040e1a234b2e3769c362873a43ee6163e224 (patch)
tree1eed451a4face19bbefb13f08e978062fbe0ab4b /eval/src/tests/instruction/join_with_number/join_with_number_function_test.cpp
parenta045360251f9b0b42aef32af860f1a3a3e3d3b16 (diff)
Include test_master.hpp explicit.
Diffstat (limited to 'eval/src/tests/instruction/join_with_number/join_with_number_function_test.cpp')
-rw-r--r--eval/src/tests/instruction/join_with_number/join_with_number_function_test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/eval/src/tests/instruction/join_with_number/join_with_number_function_test.cpp b/eval/src/tests/instruction/join_with_number/join_with_number_function_test.cpp
index 1a81c35ba5f..06c59fbb321 100644
--- a/eval/src/tests/instruction/join_with_number/join_with_number_function_test.cpp
+++ b/eval/src/tests/instruction/join_with_number/join_with_number_function_test.cpp
@@ -1,12 +1,13 @@
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/vespalib/testkit/test_kit.h>
#include <vespa/eval/eval/tensor_function.h>
#include <vespa/eval/eval/test/eval_fixture.h>
#include <vespa/eval/eval/test/gen_spec.h>
#include <vespa/eval/instruction/join_with_number_function.h>
#include <vespa/vespalib/util/stringfmt.h>
#include <vespa/vespalib/util/unwind_message.h>
+#include <vespa/vespalib/testkit/test_kit.h>
+#include <vespa/vespalib/testkit/test_master.hpp>
using namespace vespalib;
using namespace vespalib::eval;