diff options
Diffstat (limited to 'src/graphicsmanager.h')
-rw-r--r-- | src/graphicsmanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graphicsmanager.h b/src/graphicsmanager.h index fbea60980..942d2fa9c 100644 --- a/src/graphicsmanager.h +++ b/src/graphicsmanager.h @@ -29,7 +29,7 @@ #include <GLES/gl.h> #else #define GL_GLEXT_PROTOTYPES 1 -#include <SDL_opengl.h> +#include <SDL/SDL_opengl.h> // hack to hide warnings #undef GL_GLEXT_VERSION #undef GL_GLEXT_PROTOTYPES @@ -39,7 +39,7 @@ #include "utils/stringvector.h" -#include <SDL_stdinc.h> +#include <SDL/SDL_stdinc.h> #include <set> #include <string> |