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/graphicsmanager.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/graphicsmanager.cpp') diff --git a/src/graphicsmanager.cpp b/src/graphicsmanager.cpp index a429ac765..22850848d 100644 --- a/src/graphicsmanager.cpp +++ b/src/graphicsmanager.cpp @@ -31,6 +31,8 @@ #ifndef USE_SDL2 #include #endif // USE_SDL2 +#elif defined(__native_client__) +#include #else // ANDROID #include #endif // ANDROID -- cgit v1.2.3-60-g2f50