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/safeopenglgraphics.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/render/safeopenglgraphics.h') diff --git a/src/render/safeopenglgraphics.h b/src/render/safeopenglgraphics.h index 440ba7a39..8a162e8d6 100644 --- a/src/render/safeopenglgraphics.h +++ b/src/render/safeopenglgraphics.h @@ -37,8 +37,10 @@ #define GL_GLEXT_PROTOTYPES 1 #endif #include +#ifndef __native_client__ #include #endif +#endif class SafeOpenGLGraphics final : public Graphics { -- cgit v1.2.3-70-g09d2