We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732d64a commit 226c524Copy full SHA for 226c524
src/app/main.cpp
@@ -47,6 +47,7 @@
47
#include <fcntl.h> /* _O_BINARY */
48
#include <windows.h>
49
#include <dbghelp.h>
50
+#include <time.h>
51
#ifdef MSVC
52
#undef _fmode
53
int _fmode = _O_BINARY;
0 commit comments