X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWeatherCM%2FFGPhysicalProperty.h;h=cdafea250692f9e9a2bf8f24e466dddbc0e8f4d2;hb=8f3aa1bebd7c60b1ad328d10beae841daab4e292;hp=e546588035e07ab88584840bda6feb47e3eac015;hpb=275154500802cc9405b5905b3b055e5c4a17b33f;p=flightgear.git diff --git a/src/WeatherCM/FGPhysicalProperty.h b/src/WeatherCM/FGPhysicalProperty.h index e54658803..cdafea250 100644 --- a/src/WeatherCM/FGPhysicalProperty.h +++ b/src/WeatherCM/FGPhysicalProperty.h @@ -49,11 +49,20 @@ HISTORY /****************************************************************************/ /* INCLUDES */ /****************************************************************************/ -#include + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include + +#ifdef HAVE_WINDOWS_H +# include +#endif #include -#include "sg.h" +#include #include "FGWeatherDefs.h" #include "FGPhysicalProperties.h"