]> git.mxchange.org Git - flightgear.git/commitdiff
Cygwin patch from Patrick Staehlin:
authordavid <david>
Sun, 17 Nov 2002 00:42:50 +0000 (00:42 +0000)
committerdavid <david>
Sun, 17 Nov 2002 00:42:50 +0000 (00:42 +0000)
To compile the development CVS version of FlightGear(0.9.0) i had to
apply some small changes to SimGear and FlightGear.

The changes need probably some additional ifdefs for other platforms but
since my linux-hd crashed i can't verify that.

src/Model/panelnode.cxx

index ee6c9a0c60c4a68c5f3f6f92cee02fa5c1ec75d3..eebacdb2d7e923e1bd6bf555ee29e807a7f3b423 100644 (file)
@@ -2,6 +2,7 @@
 #  include <config.h>
 #endif
 
+#include <simgear/compiler.h>
 #include <vector>
 
 #include <GL/gl.h>