Fix missing import for GLX on linux. (#767)

Haha, this looks indeed useful, so let's take it to master.
This commit is contained in:
Benoît Allard 2019-12-29 17:32:53 +01:00 committed by Vincent Sonnier
parent 57454e4b32
commit f00efe7e58
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#endif
#if defined(__linux__) || defined(__FreeBSD__)
#include <GL/glx.h>
#include <dlfcn.h>
#endif