summaryrefslogtreecommitdiff
path: root/src/graphicsvertexes.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-08-24 01:43:53 +0300
committerAndrei Karas <akaras@inbox.ru>2012-08-24 01:43:53 +0300
commitcb00b6fe126afe5fff8fc7ff491fda6003ea68f2 (patch)
tree85c745c68b222bb281367a579f05b5b9481c1b0e /src/graphicsvertexes.h
parent670579b8379c1f4fbce6a940652b162cabcd867a (diff)
downloadplus-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.h5
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>