summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahooinc.com>2022-12-15 10:25:55 +0100
committerTor Egge <Tor.Egge@yahooinc.com>2022-12-15 10:25:55 +0100
commit9b10aaf12985414b9d39ddc7044497572446063d (patch)
treea8417386def9b3574ef3e6a96c4245fb31c8de4c /searchcore
parenta5dc4e9c1cf0ecba44a5eebe6e5e003f2e813076 (diff)
Include thread to get declaration of std::this_thread::sleep_for().
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/tests/proton/common/timer/timer_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/common/timer/timer_test.cpp b/searchcore/src/tests/proton/common/timer/timer_test.cpp
index 23180fc1aba..18699554266 100644
--- a/searchcore/src/tests/proton/common/timer/timer_test.cpp
+++ b/searchcore/src/tests/proton/common/timer/timer_test.cpp
@@ -9,6 +9,7 @@
#include <vespa/vespalib/util/size_literals.h>
#include <vespa/vespalib/util/threadstackexecutor.h>
#include <vespa/vespalib/util/lambdatask.h>
+#include <thread>
using vespalib::Executor;
using namespace proton;