Strange, I can't compile clean flightgear CVS without including
options.hxx in fg_props.cxx. How come other people are compiling happily
without this patch?

--
Ross



Index: src/Main/fg_props.cxx
===================================================================
RCS file: /var/cvs/FlightGear-0.7/FlightGear/src/Main/fg_props.cxx,v
retrieving revision 1.31
diff -u -u -r1.31 fg_props.cxx
--- src/Main/fg_props.cxx       6 Dec 2001 22:28:14 -0000       1.31
+++ src/Main/fg_props.cxx       8 Dec 2001 23:36:30 -0000
@@ -43,6 +43,7 @@
 
 #include "fgfs.hxx"
 #include "fg_props.hxx"
+#include "options.hxx"
 #include "viewmgr.hxx"
 
 #if !defined(SG_HAVE_NATIVE_SGI_COMPILERS)

Reply via email to