diff options
| -rw-r--r-- | host/tests/system_time_test.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/host/tests/system_time_test.cpp b/host/tests/system_time_test.cpp index 165bcf3aa..3fc759391 100644 --- a/host/tests/system_time_test.cpp +++ b/host/tests/system_time_test.cpp @@ -11,6 +11,7 @@  #include <iomanip>  #include <cstdint>  #include <chrono> +#include <thread>  BOOST_AUTO_TEST_CASE(test_time_spec_get_system_time){      std::cout << "Testing time specification get system time..." << std::endl; | 
