Added an #include <glut.h> to pick up the FLT_MAX definition.
This commit is contained in:
parent
b98a3093c6
commit
cb4164c5e1
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@
|
|||
# include <strings.h>
|
||||
#endif
|
||||
|
||||
#include <GL/glut.h>
|
||||
#include <simgear/xgl/xgl.h>
|
||||
|
||||
#include <plib/sg.h>
|
||||
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
|
|
Loading…
Reference in a new issue