aboutsummaryrefslogtreecommitdiffstats
path: root/jrt_test/src/tests/rpc-error/test-errors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'jrt_test/src/tests/rpc-error/test-errors.cpp')
-rw-r--r--jrt_test/src/tests/rpc-error/test-errors.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/jrt_test/src/tests/rpc-error/test-errors.cpp b/jrt_test/src/tests/rpc-error/test-errors.cpp
index c30af8ea579..1c0c057e433 100644
--- a/jrt_test/src/tests/rpc-error/test-errors.cpp
+++ b/jrt_test/src/tests/rpc-error/test-errors.cpp
@@ -1,6 +1,8 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/vespalib/testkit/testapp.h>
-#include <vespa/fnet/frt/frt.h>
+#include <vespa/fnet/frt/supervisor.h>
+#include <vespa/fnet/frt/target.h>
+#include <vespa/fnet/frt/rpcrequest.h>
class TestErrors : public vespalib::TestApp
{