From 4f512c41d43d286d082567e0838db6a9f2c5a3e4 Mon Sep 17 00:00:00 2001 From: XMRig Date: Thu, 22 Jun 2017 02:30:26 +0300 Subject: [PATCH] Fix linux build --- src/App_unix.cpp | 2 +- src/Mem.h | 1 + src/Mem_unix.cpp | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/App_unix.cpp b/src/App_unix.cpp index d001acb2..66957208 100644 --- a/src/App_unix.cpp +++ b/src/App_unix.cpp @@ -29,8 +29,8 @@ #include "App.h" -#include "Console.h" #include "Cpu.h" +#include "log/Log.h" #include "Options.h" diff --git a/src/Mem.h b/src/Mem.h index 4198d8a2..58b91ac7 100644 --- a/src/Mem.h +++ b/src/Mem.h @@ -25,6 +25,7 @@ #define __MEM_H__ +#include #include diff --git a/src/Mem_unix.cpp b/src/Mem_unix.cpp index eb3f9af6..6de2bd40 100644 --- a/src/Mem_unix.cpp +++ b/src/Mem_unix.cpp @@ -28,9 +28,9 @@ #include "crypto/CryptoNight.h" +#include "log/Log.h" #include "Mem.h" #include "Options.h" -#include "Console.h" bool Mem::allocate(int algo, int threads, bool doubleHash)