From 740ef4e0ebc992d10f707a713cce780611266b9d Mon Sep 17 00:00:00 2001 From: Henrik Rydgard Date: Sun, 28 Aug 2016 18:41:15 +0200 Subject: [PATCH] Apple buildfix --- Common/MemoryUtil.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Common/MemoryUtil.cpp b/Common/MemoryUtil.cpp index b53b45d811..803a097712 100644 --- a/Common/MemoryUtil.cpp +++ b/Common/MemoryUtil.cpp @@ -29,6 +29,7 @@ #ifdef __APPLE__ #include #include +#include #endif #ifndef _WIN32