From 17975678406d44f91559d5b78b7fe2891c80812b Mon Sep 17 00:00:00 2001 From: questor / inter Date: Thu, 14 Mar 2013 16:03:34 +0100 Subject: [PATCH] fixed include file when compiling under linux with BGFX_CONFIG_RENDERER_OPENGL set to 31 --- src/glcontext_glx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glcontext_glx.h b/src/glcontext_glx.h index 73b7db23..ff9e09e5 100644 --- a/src/glcontext_glx.h +++ b/src/glcontext_glx.h @@ -9,6 +9,7 @@ #if BX_PLATFORM_LINUX # include +# include namespace bgfx {