Merge pull request #1574 from erwincoumans/master

fix glx include
This commit is contained in:
erwincoumans
2018-02-22 09:41:01 -08:00
committed by GitHub
3 changed files with 20 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
#ifdef GLEW_DYNAMIC_LOAD_ALL_GLX_FUNCTIONS
#include "glad/glad_glx.h"
#else
#include "GL/glx.h"
#include <GL/glx.h>
#endif // GLEW_DYNAMIC_LOAD_ALL_GLX_FUNCTIONS
#include <assert.h>