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