fixed include file when compiling under linux with BGFX_CONFIG_RENDERER_OPENGL set to 31

This commit is contained in:
questor / inter 2013-03-14 16:03:34 +01:00
Родитель 5f037fb915
Коммит 1797567840
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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