diff --git a/example/include/validated_type.h b/example/include/validated_type.h index 2cf8cc715..2f09563db 100644 --- a/example/include/validated_type.h +++ b/example/include/validated_type.h @@ -25,6 +25,7 @@ #include #include #include +#include #include #include @@ -100,6 +101,9 @@ class validated_type { = default; }; +template +inline constexpr bool mp_units::is_scalar> = mp_units::is_scalar; + template std::basic_ostream& operator<<(std::basic_ostream& os,