summaryrefslogtreecommitdiff
path: root/src/render/mobileopenglgraphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/mobileopenglgraphics.cpp')
-rw-r--r--src/render/mobileopenglgraphics.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/mobileopenglgraphics.cpp b/src/render/mobileopenglgraphics.cpp
index 20d8f3661..b3aca8ed8 100644
--- a/src/render/mobileopenglgraphics.cpp
+++ b/src/render/mobileopenglgraphics.cpp
@@ -24,7 +24,6 @@
#include "render/mobileopenglgraphics.h"
-#include "graphicsvertexes.h"
#include "logger.h"
#include "render/opengl/mgl.h"
@@ -32,6 +31,8 @@
#include "render/opengl/naclglfunctions.h"
#endif
+#include "render/vertexes/graphicsvertexes.h"
+
#include "resources/image.h"
#include "resources/imagerect.h"
#include "resources/openglimagehelper.h"