mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-25 21:52:54 -05:00
Fixed std has no member to_string error on MSVS
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
|
#include <string> // for MSVS std::to_string
|
||||||
|
|
||||||
|
|
||||||
#include "api/Api.h"
|
#include "api/Api.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user