summaryrefslogtreecommitdiffstats
path: root/fnet/src/tests/scheduling/schedule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fnet/src/tests/scheduling/schedule.cpp')
-rw-r--r--fnet/src/tests/scheduling/schedule.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/fnet/src/tests/scheduling/schedule.cpp b/fnet/src/tests/scheduling/schedule.cpp
index a1b02a688bf..fc5b5687c87 100644
--- a/fnet/src/tests/scheduling/schedule.cpp
+++ b/fnet/src/tests/scheduling/schedule.cpp
@@ -1,6 +1,7 @@
// Copyright 2017 Yahoo Holdings. 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/fnet/fnet.h>
+#include <vespa/fnet/scheduler.h>
+#include <vespa/fnet/task.h>
using my_clock = FNET_Scheduler::clock;
using time_point = my_clock::time_point;