]> git.mxchange.org Git - flightgear.git/commitdiff
- make header not depend on *.cxx files (which would be wrong :-P )
authormfranz <mfranz>
Mon, 17 Apr 2006 17:17:21 +0000 (17:17 +0000)
committermfranz <mfranz>
Mon, 17 Apr 2006 17:17:21 +0000 (17:17 +0000)
src/Environment/environment_ctrl.hxx

index aee0a368bbf75b54ca5f81c1b2e055ff80f731e8..29107ed58d01a202d2a52374b7a36221624bccd7 100644 (file)
 #ifndef _ENVIRONMENT_CTRL_HXX
 #define _ENVIRONMENT_CTRL_HXX
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <simgear/compiler.h>
 #include <simgear/structure/subsystem_mgr.hxx>
 #include <simgear/environment/metar.hxx>
@@ -45,6 +49,7 @@ SG_USING_STD(queue);
 SG_USING_STD(vector);
 
 class SGPropertyNode;
+class FGAirport;
 
 #include "environment.hxx"
 #include "fgmetar.hxx"