diff --git a/phlib/include/phsup.h b/phlib/include/phsup.h index a2dbabed2b20..bf2c0e6c3856 100644 --- a/phlib/include/phsup.h +++ b/phlib/include/phsup.h @@ -18,9 +18,12 @@ #include #include #include +#include +#include #include #include #include +#include // Memory #define PTR_ADD_OFFSET(Pointer, Offset) ((PVOID)((ULONG_PTR)(Pointer) + (ULONG_PTR)(Offset)))