1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-07 16:05:05 -05:00

Merge pull request #1011 from stoffu/config-max-msvc2017

Config: fix std::max issue with msvc2017
This commit is contained in:
xmrig
2019-04-11 14:08:45 +07:00
committed by GitHub

View File

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