Erik Hofman:
This patch solves an unknown reference to a function which showed up when using no-inlining.
This commit is contained in:
parent
7d3448294b
commit
a4e81f4ff0
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue