]> git.mxchange.org Git - flightgear.git/commitdiff
Added an #include <glut.h> to pick up the FLT_MAX definition.
authorcurt <curt>
Mon, 21 Feb 2000 18:05:42 +0000 (18:05 +0000)
committercurt <curt>
Mon, 21 Feb 2000 18:05:42 +0000 (18:05 +0000)
src/Airports/genapt.cxx

index 6ad0b20891f84e896dc42e3c3a31954d82468fc1..0c57045e632dfc56d099294563e84bbeef979459 100644 (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>