Browse Source

Merge pull request #25 from questor/master

small fix for linux and opengl 31
Branimir Karadžić 12 năm trước cách đây
mục cha
commit
87fd4699b7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
 {