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)