fix: MSVC compilation fixed

This commit is contained in:
Mateusz Pusz
2025-09-16 19:51:19 -06:00
parent a8c8efe369
commit 0350cb4500
9 changed files with 57 additions and 52 deletions

View File

@@ -163,7 +163,8 @@ void print(const aircraft_tow& tow)
void example()
{
using namespace mp_units::si::unit_symbols;
using mp_units::si::unit_symbols::m;
using mp_units::si::unit_symbols::s;
const safety sfty = {300 * m};
const auto gliders = get_gliders();