From 6bba16f8a566c8c00b6ac2d4dd172c4dfe5634d1 Mon Sep 17 00:00:00 2001 From: ExMix Date: Mon, 31 Mar 2014 14:29:15 +0300 Subject: [PATCH] compile fix --- graphics/opengl/opengl.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/opengl/opengl.hpp b/graphics/opengl/opengl.hpp index f99179cf45..11545381f0 100644 --- a/graphics/opengl/opengl.hpp +++ b/graphics/opengl/opengl.hpp @@ -22,6 +22,7 @@ #ifdef OMIM_OS_IPHONE #define USE_OPENGLES20_IF_AVAILABLE 1 #include + #include #define OMIM_GL_ES #else #include