Skip to content

Commit 066c72a

Browse files
committed
async_work_test: add missing include
1 parent ce62c23 commit 066c72a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/async_work_test.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include <atomic>
33
#include <functional>
44
#include <stdexcept>
5+
#include <thread>
56
#include <uv.h>
67

78
#include "test_util.h"

0 commit comments

Comments
 (0)