mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 08:23:34 -05:00
Fix macOS build.
This commit is contained in:
@@ -35,6 +35,11 @@
|
|||||||
#include "Mem.h"
|
#include "Mem.h"
|
||||||
|
|
||||||
|
|
||||||
|
#if defined(__APPLE__)
|
||||||
|
# include <mach/vm_statistics.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
void Mem::init(bool enabled)
|
void Mem::init(bool enabled)
|
||||||
{
|
{
|
||||||
m_enabled = enabled;
|
m_enabled = enabled;
|
||||||
|
|||||||
Reference in New Issue
Block a user