diff --git a/test_package/test_package.cpp b/test_package/test_package.cpp index 0ab5bdb0..c941f06d 100644 --- a/test_package/test_package.cpp +++ b/test_package/test_package.cpp @@ -24,11 +24,12 @@ #include #include #include +#include #include using namespace mp_units; -constexpr QuantityOf auto avg_speed(QuantityOf<(isq::distance)> auto d, QuantityOf<(isq::duration)> auto t) +constexpr QuantityOf auto avg_speed(QuantityOf auto d, QuantityOf auto t) { return d / t; }