diff --git a/src/App_unix.cpp b/src/App_unix.cpp index d001acb24..669572085 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 4198d8a2a..58b91ac75 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 eb3f9af64..6de2bd409 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)