fix build failure on Ubuntu Bionic
This commit is contained in:
@@ -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 }, // !
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user