Skip to content

Commit

Permalink
Fix missing import for GLX on linux. (#767)
Browse files Browse the repository at this point in the history
Haha, this looks indeed useful, so let's take it to master.
  • Loading branch information
benallard authored and vsonnier committed Dec 29, 2019
1 parent 57454e4 commit f00efe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/GLExt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#endif

#if defined(__linux__) || defined(__FreeBSD__)
#include <GL/glx.h>
#include <dlfcn.h>
#endif

Expand Down

0 comments on commit f00efe7

Please sign in to comment.