diff --git a/src/systems/angular/include/units/angular/angular.h b/src/systems/angular/include/units/angular/angular.h index 426c5ef4..a6ddd43f 100644 --- a/src/systems/angular/include/units/angular/angular.h +++ b/src/systems/angular/include/units/angular/angular.h @@ -47,6 +47,7 @@ inline constexpr auto rev = revolution; inline constexpr auto deg = degree; inline constexpr auto grad = gradian; inline constexpr auto sr = steradian; +inline constexpr auto rad2 = square; inline constexpr auto deg2 = square; } // namespace unit_symbols