mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-07 07:55:04 -05:00
Config: fix std::max issue with msvc2017
to fix the following errors:
xmrig\src\core\Config.cpp(165): error C2065: 'max': undeclared identifier
xmrig\src\core\Config.cpp(165): error C2275: 'size_t': illegal use of this type as an expression
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <algorithm>
|
||||
#include <string.h>
|
||||
#include <uv.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
Reference in New Issue
Block a user