Skip to content

Commit 226c524

Browse files
committed
Fix build error
1 parent 732d64a commit 226c524

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/main.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
#include <fcntl.h> /* _O_BINARY */
4848
#include <windows.h>
4949
#include <dbghelp.h>
50+
#include <time.h>
5051
#ifdef MSVC
5152
#undef _fmode
5253
int _fmode = _O_BINARY;

0 commit comments

Comments
 (0)