From e049b80f1a877f3ae9d592a82f3528637f877c0d Mon Sep 17 00:00:00 2001 From: XMRig Date: Wed, 16 Aug 2017 14:49:37 +0300 Subject: [PATCH] Fixed linux build. --- src/Platform.cpp | 1 + src/Platform_unix.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Platform.cpp b/src/Platform.cpp index 57c655fad..4ddb14296 100644 --- a/src/Platform.cpp +++ b/src/Platform.cpp @@ -22,6 +22,7 @@ */ +#include #include diff --git a/src/Platform_unix.cpp b/src/Platform_unix.cpp index 5a8271aba..6a65193c5 100644 --- a/src/Platform_unix.cpp +++ b/src/Platform_unix.cpp @@ -24,6 +24,7 @@ #include #include +#include #include #include