From a1c5afa38313ea1d04ede8defac4d24098e5ed96 Mon Sep 17 00:00:00 2001 From: XMRig Date: Mon, 7 May 2018 00:56:39 +0700 Subject: [PATCH] Fix Termux build. --- src/common/Platform_unix.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/Platform_unix.cpp b/src/common/Platform_unix.cpp index 63cd1c8b..97b32ee8 100644 --- a/src/common/Platform_unix.cpp +++ b/src/common/Platform_unix.cpp @@ -29,11 +29,13 @@ #endif +#include #include #include #include #include #include +#include #include