X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fgl.h;h=f27b63fe8cf68c1ff302511907be0984fa9eb9e8;hp=69b9b130adb8f537d93a1ed32c5a7655974dcec3;hb=bec07999d95b76f4b47cffcc564d0cd0afc0435e;hpb=57d4f63b65aa8801f11e860ad18c9b9054134104 diff --git a/source/gl.h b/source/gl.h index 69b9b130..f27b63fe 100644 --- a/source/gl.h +++ b/source/gl.h @@ -10,8 +10,8 @@ #undef extern #pragma clang diagnostic pop #elif defined(__ANDROID__) -#include -#include +#include +#include typedef double GLdouble; typedef long long GLint64; #else