fix build failure on Ubuntu Bionic

This commit is contained in:
wmayer
2019-02-13 10:46:55 +01:00
parent 0735f612a6
commit 6c5a0cf125
2 changed files with 7 additions and 1 deletions

View File

@@ -34,6 +34,12 @@
#include <Inventor/SbLine.h>
#include <Inventor/SbPlane.h>
#if !defined(FC_OS_MACOSX)
# include <GL/gl.h>
# include <GL/glu.h>
# include <GL/glext.h>
#endif
static unsigned char fps2dfont[][12] = {
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, //
{ 0, 0, 12, 12, 0, 8, 12, 12, 12, 12, 12, 0 }, // !

View File

@@ -85,7 +85,7 @@
# include <QMimeData>
#endif
#if defined(FC_OS_MACOSX)
#if !defined(FC_OS_MACOSX)
# include <GL/gl.h>
# include <GL/glu.h>
# include <GL/glext.h>