ソースを参照

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

questor / inter 12 年 前
コミット
1797567840
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/glcontext_glx.h

+ 1 - 0
src/glcontext_glx.h

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