From 7d6705345d587d8dee607967036102b0cc0c12d2 Mon Sep 17 00:00:00 2001 From: Arkshine Date: Fri, 6 Feb 2015 22:08:32 +0100 Subject: [PATCH] Fix OSX compilation --- public/memtools/CDetour/detourhelpers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/public/memtools/CDetour/detourhelpers.h b/public/memtools/CDetour/detourhelpers.h index b500cff7..5f27f505 100644 --- a/public/memtools/CDetour/detourhelpers.h +++ b/public/memtools/CDetour/detourhelpers.h @@ -35,6 +35,7 @@ #if defined(__linux__) || defined(__APPLE__) #include #include + #include #ifndef PAGE_SIZE #define PAGE_SIZE 4096 #endif