diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-24 01:43:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-24 01:43:53 +0300 |
commit | cb00b6fe126afe5fff8fc7ff491fda6003ea68f2 (patch) | |
tree | 85c745c68b222bb281367a579f05b5b9481c1b0e /src/graphicsvertexes.h | |
parent | 670579b8379c1f4fbce6a940652b162cabcd867a (diff) | |
download | plus-cb00b6fe126afe5fff8fc7ff491fda6003ea68f2.tar.gz plus-cb00b6fe126afe5fff8fc7ff491fda6003ea68f2.tar.bz2 plus-cb00b6fe126afe5fff8fc7ff491fda6003ea68f2.tar.xz plus-cb00b6fe126afe5fff8fc7ff491fda6003ea68f2.zip |
fix includes.
Diffstat (limited to 'src/graphicsvertexes.h')
-rw-r--r-- | src/graphicsvertexes.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/graphicsvertexes.h b/src/graphicsvertexes.h index 8868a3d83..31eb401f2 100644 --- a/src/graphicsvertexes.h +++ b/src/graphicsvertexes.h @@ -30,12 +30,15 @@ //#define NO_SDL_GLEXT #define GL_GLEXT_PROTOTYPES 1 -#include <SDL_opengl.h> +#include <SDL/SDL.h> +#include <SDL/SDL_opengl.h> #include "safeopenglgraphics.h" #include "normalopenglgraphics.h" #endif +#include "resources/image.h" + #include <string> #include <list> #include <vector> |