diff --git a/example/include/validated_type.h b/example/include/validated_type.h index 2cf8cc71..2f09563d 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 @@ public: = default; }; +template +inline constexpr bool mp_units::is_scalar> = mp_units::is_scalar; + template std::basic_ostream& operator<<(std::basic_ostream& os,