Skip to content

Commit

Permalink
Fixed|libgui|macOS: Missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Oct 12, 2016
1 parent 58e9e44 commit 85f618a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doomsday/sdk/libgui/src/graphics/glinfo.cpp
Expand Up @@ -27,6 +27,10 @@
#include <de/math.h>
#include <de/c_wrapper.h>

#if defined (MACOSX)
# include <OpenGL/OpenGL.h>
#endif

#if defined (DENG_X11)
# include <QX11Info>
# include <GL/glx.h>
Expand Down

0 comments on commit 85f618a

Please sign in to comment.