mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Merge pull request #25 from questor/master
small fix for linux and opengl 31
This commit is contained in:
commit
87fd4699b7
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
#if BX_PLATFORM_LINUX
|
#if BX_PLATFORM_LINUX
|
||||||
|
|
||||||
# include <X11/Xlib.h>
|
# include <X11/Xlib.h>
|
||||||
|
# include <GL/glx.h>
|
||||||
|
|
||||||
namespace bgfx
|
namespace bgfx
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue