]> git.mxchange.org Git - flightgear.git/commitdiff
Erik Hofman:
authorcurt <curt>
Tue, 11 Jun 2002 16:32:12 +0000 (16:32 +0000)
committercurt <curt>
Tue, 11 Jun 2002 16:32:12 +0000 (16:32 +0000)
This patch solves an unknown reference to a function which showed up
when using no-inlining.

src/FDM/Balloon/BalloonSim.cpp

index 0fc4982c0343b4cec0a3d53eb31028f12c3a9517..de291d94138f0a638cf0df60f403b62c37df42ca 100644 (file)
@@ -45,7 +45,9 @@ HISTORY
 #include <simgear/constants.h>
 
 #include <Aircraft/aircraft.hxx>
-#include <WeatherCM/FGLocalWeatherDatabase.h>
+#ifdef FG_WEATHERCM
+# include <WeatherCM/FGLocalWeatherDatabase.h>
+#endif
 
 #include "BalloonSim.h"