From 1a21baa93fd555e25b95732590282ba9a63dea86 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 1 Dec 2015 20:48:52 +0300 Subject: Fix compilation nacl with OpenGL (regal). --- src/render/modernopenglgraphics.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/render/modernopenglgraphics.h') diff --git a/src/render/modernopenglgraphics.h b/src/render/modernopenglgraphics.h index 792c4224c..b1ee15a8f 100644 --- a/src/render/modernopenglgraphics.h +++ b/src/render/modernopenglgraphics.h @@ -39,8 +39,10 @@ #define GL_GLEXT_PROTOTYPES 1 #endif #include +#ifndef __native_client__ #include #endif +#endif class OpenGLGraphicsVertexes; class ShaderProgram; -- cgit v1.2.3-60-g2f50