summaryrefslogtreecommitdiffstats
path: root/filedistribution/src/tests/scheduler/test-scheduler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'filedistribution/src/tests/scheduler/test-scheduler.cpp')
-rw-r--r--filedistribution/src/tests/scheduler/test-scheduler.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/filedistribution/src/tests/scheduler/test-scheduler.cpp b/filedistribution/src/tests/scheduler/test-scheduler.cpp
index 1ce5cbb9bc2..5be60569449 100644
--- a/filedistribution/src/tests/scheduler/test-scheduler.cpp
+++ b/filedistribution/src/tests/scheduler/test-scheduler.cpp
@@ -1,7 +1,7 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#define BOOST_TEST_DYN_LINK
#define BOOST_TEST_MAIN
-
+#include <vespa/fastos/fastos.h>
#include <boost/test/unit_test.hpp>
#include <vespa/filedistribution/distributor/scheduler.h>
@@ -9,6 +9,7 @@
#include <iostream>
#include <boost/thread/barrier.hpp>
+#include <thread>
using filedistribution::Scheduler;
using namespace std::literals;