summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/time/time_box_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/time/time_box_test.cpp')
-rw-r--r--vespalib/src/tests/time/time_box_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/tests/time/time_box_test.cpp b/vespalib/src/tests/time/time_box_test.cpp
index 3c58b929487..32ac68e7254 100644
--- a/vespalib/src/tests/time/time_box_test.cpp
+++ b/vespalib/src/tests/time/time_box_test.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/vespalib/time/time_box.h>
+#include <thread>
TEST("require that long-lived timebox returns falling time left numbers") {
vespalib::TimeBox box(3600);