Skip to content

Commit aeaeb04

Browse files
committed
Fixed (windows-msvc): add missing <chrono> include in async.h
1 parent cbeabc5 commit aeaeb04

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/std/async/native/async.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <atomic>
77
#include <mutex>
88
#include <condition_variable>
9+
#include <chrono>
910

1011
namespace wxAsync{
1112

0 commit comments

Comments
 (0)