Fix Linux build.

This commit is contained in:
XMRig
2018-04-21 21:41:39 +07:00
parent 6123eb38b7
commit efe747e79f
4 changed files with 4 additions and 3 deletions

View File

@@ -27,10 +27,10 @@
#include <sys/mman.h>
#include "common/log/Log.h"
#include "common/utils/mm_malloc.h"
#include "common/xmrig.h"
#include "crypto/CryptoNight.h"
#include "log/Log.h"
#include "Mem.h"