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 <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"