diff --git a/extent.hpp b/extent.hpp index f0da514c..a5012c6d 100644 --- a/extent.hpp +++ b/extent.hpp @@ -56,6 +56,7 @@ namespace util { }; typedef extent extent2u; + typedef extent extent2f; template std::ostream& operator<< (std::ostream&, util::extent);