1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-24 13:32:46 -05:00

Fixed std has no member to_string error on MSVS

This commit is contained in:
MoneroOcean
2018-07-31 09:30:37 +02:00
parent 2ceb9c8749
commit 2dd5fe5e48

View File

@@ -25,6 +25,7 @@
#include <cmath>
#include <inttypes.h>
#include <thread>
#include <string> // for MSVS std::to_string
#include "api/Api.h"