diff --git a/region.hpp b/region.hpp index 95502229..15e3c0d2 100644 --- a/region.hpp +++ b/region.hpp @@ -90,6 +90,7 @@ namespace util { }; typedef region region2u; + typedef region region2f; template std::ostream& operator<< (std::ostream&, const util::region&);