Fix build.

This commit is contained in:
XMRig 2020-10-30 23:42:09 +07:00
parent e32e22474a
commit 565d36d9e4
No known key found for this signature in database
GPG key ID: 446A53638BE94409

View file

@ -25,6 +25,11 @@
#include <string>
#ifdef _MSC_VER
# define strcasecmp _stricmp
#endif
namespace xmrig {