Fix macOS build.
This commit is contained in:
parent
3f4886bb86
commit
5db458efd4
@ -35,6 +35,11 @@
|
||||
#include "Mem.h"
|
||||
|
||||
|
||||
#if defined(__APPLE__)
|
||||
# include <mach/vm_statistics.h>
|
||||
#endif
|
||||
|
||||
|
||||
void Mem::init(bool enabled)
|
||||
{
|
||||
m_enabled = enabled;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user