Skip to content
Snippets Groups Projects
Commit 187e857c authored by psychocrypt's avatar psychocrypt
Browse files

fix windows compile

solve #440 thanks @true-datura
parent 24df7e0f
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@
#ifdef _WIN32
# define strcasecmp _stricmp
# include <windows.h>
#endif // _WIN32
void do_benchmark();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment