From 429d5d46d78cd91a62b27ce8af1c9716d08dae85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 22 Aug 2013 16:02:46 +0200 Subject: [PATCH] Include OpenGL headers instead of trying to be smart. I hoped the typedef was the same everywhere, but apparently ES has something else, which is typedef'd recursively and I don't want to maintain the consequences when porting elsewhere. --- src/MeshView.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/MeshView.h b/src/MeshView.h index 548736754..cc7c38b4e 100644 --- a/src/MeshView.h +++ b/src/MeshView.h @@ -29,12 +29,9 @@ */ #include "Magnum.h" +#include "OpenGL.h" #include "magnumVisibility.h" -#ifndef DOXYGEN_GENERATING_OUTPUT -typedef std::ptrdiff_t GLintptr; -#endif - namespace Magnum { /**