diff --git a/src/systems/wind_effects/WindEffects.cc b/src/systems/wind_effects/WindEffects.cc index 42674a1289..931ca629ec 100644 --- a/src/systems/wind_effects/WindEffects.cc +++ b/src/systems/wind_effects/WindEffects.cc @@ -22,6 +22,7 @@ #include #include +#include #include #include @@ -113,7 +114,8 @@ namespace { } ////////////////////////////////////////////////// - math::Intervald LoadIntervald(const sdf::ElementPtr _sdf, const std::string &_prefix) + math::Intervald + LoadIntervald(const sdf::ElementPtr _sdf, const std::string &_prefix) { bool leftClosed = false; double leftValue = -math::INF_D;