Skip to content

Commit cbeabc5

Browse files
committed
Fixed (windows-msvc): add missing <chrono> include in wxgc_mx.cpp
1 parent 95f275b commit cbeabc5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/wonkey/native/wxgc_mx.cpp

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

88
#include <mutex>
99
#include <condition_variable>
10+
#include <chrono>
1011

1112
#ifdef _WIN32
1213
#include <windows.h>

0 commit comments

Comments
 (0)