1
0
Fork 0

Added an #include <glut.h> to pick up the FLT_MAX definition.

This commit is contained in:
curt 2000-02-21 18:05:42 +00:00
parent b98a3093c6
commit cb4164c5e1

View file

@ -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>