mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 08:23:34 -05:00
Fix linux build
This commit is contained in:
@@ -29,8 +29,8 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "App.h"
|
#include "App.h"
|
||||||
#include "Console.h"
|
|
||||||
#include "Cpu.h"
|
#include "Cpu.h"
|
||||||
|
#include "log/Log.h"
|
||||||
#include "Options.h"
|
#include "Options.h"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -25,6 +25,7 @@
|
|||||||
#define __MEM_H__
|
#define __MEM_H__
|
||||||
|
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -28,9 +28,9 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "crypto/CryptoNight.h"
|
#include "crypto/CryptoNight.h"
|
||||||
|
#include "log/Log.h"
|
||||||
#include "Mem.h"
|
#include "Mem.h"
|
||||||
#include "Options.h"
|
#include "Options.h"
|
||||||
#include "Console.h"
|
|
||||||
|
|
||||||
|
|
||||||
bool Mem::allocate(int algo, int threads, bool doubleHash)
|
bool Mem::allocate(int algo, int threads, bool doubleHash)
|
||||||
|
|||||||
Reference in New Issue
Block a user