Skip to content

Commit 9afc6df

Browse files
committed
fix missing chrono namespace
1 parent c4309a0 commit 9afc6df

File tree

1 file changed

+1
-0
lines changed
  • tests/auto/solutions/qprocesstask/testsleep

1 file changed

+1
-0
lines changed

tests/auto/solutions/qprocesstask/testsleep/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
#include <chrono>
55
#include <thread>
6+
#include <chrono>
67

78
using namespace std;
89
using namespace std::literals::chrono_literals;

0 commit comments

Comments
 (0)