fix our internal build

This commit is contained in:
Erwin Coumans
2018-09-13 10:20:38 -07:00
parent d909448ee3
commit b0971b4beb
2 changed files with 1 additions and 5 deletions

View File

@@ -6,11 +6,7 @@
#include<stdio.h>
#include<stdlib.h>
#ifdef GLEW_STATIC
#include "glad/gl.h"
#else
#include <GL/glew.h>
#endif//GLEW_STATIC
#ifdef GLEW_DYNAMIC_LOAD_ALL_GLX_FUNCTIONS
#include "glad/glx.h"