Merge pull request #25 from questor/master

small fix for linux and opengl 31
This commit is contained in:
Branimir Karadžić 2013-03-14 09:10:51 -07:00
commit 87fd4699b7
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#if BX_PLATFORM_LINUX
# include <X11/Xlib.h>
# include <GL/glx.h>
namespace bgfx
{