aboutsummaryrefslogtreecommitdiffstats
path: root/jrt_test/src/tests/mockup-invoke/mockup-server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'jrt_test/src/tests/mockup-invoke/mockup-server.cpp')
-rw-r--r--jrt_test/src/tests/mockup-invoke/mockup-server.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/jrt_test/src/tests/mockup-invoke/mockup-server.cpp b/jrt_test/src/tests/mockup-invoke/mockup-server.cpp
index 41624eaf108..46a1e2bc11a 100644
--- a/jrt_test/src/tests/mockup-invoke/mockup-server.cpp
+++ b/jrt_test/src/tests/mockup-invoke/mockup-server.cpp
@@ -1,7 +1,9 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
+#include <vespa/log/log.h>
+LOG_SETUP("mockup_server");
+#include <vespa/fastos/fastos.h>
#include <vespa/fnet/frt/frt.h>
-#include <vespa/fastos/app.h>
+
class MockupServer : public FRT_Invokable
{