--- src/helpers/System.cpp.orig 2014-03-29 06:14:14 UTC +++ src/helpers/System.cpp @@ -31,6 +31,8 @@ Foundation, Inc., 59 Temple Place, Suite #include #endif +#include // for getpid() + std::vector* System::getDisplayModes(int windowed) { std::vector* modes = new std::vector; SDL_Rect **sdl_modes;