fix glx include

This commit is contained in:
Erwin Coumans
2018-02-22 09:08:10 -08:00
parent c632fea48d
commit 05b02d6b3e
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>