diff -r 2d30721b1a11 -r 1c7c87ce37fd QTfrontend/ui/widget/about.cpp --- a/QTfrontend/ui/widget/about.cpp Mon Oct 28 14:16:04 2013 +0100 +++ b/QTfrontend/ui/widget/about.cpp Mon Oct 28 16:53:20 2013 +0100 @@ -28,8 +28,13 @@ #include #include "hwconsts.h" #include "SDLInteraction.h" +#if SDL_VERSION_ATLEAST(2, 0, 0) +#include "SDL2/SDL.h" +#include "SDL2/SDL_version.h" +#else #include "SDL.h" #include "SDL_version.h" +#endif #include "physfs.h" #ifdef VIDEOREC