diff --git a/Cheat Engine/Common/Pipe.h b/Cheat Engine/Common/Pipe.h index f44572a5..7b733a4f 100755 --- a/Cheat Engine/Common/Pipe.h +++ b/Cheat Engine/Common/Pipe.h @@ -1,8 +1,13 @@ #pragma once #ifndef _WINDOWS -#include "macport.h" -#endif + #ifdef _APPLE_ + #include "macport.h" + #else + #include "linuxport.h" + #endif //_APPLE_ +#endif //_WINDOWS + class Pipe {