diff --git a/src/singles/MagnumMath.hpp b/src/singles/MagnumMath.hpp index 5da0e4048..85622f1d4 100644 --- a/src/singles/MagnumMath.hpp +++ b/src/singles/MagnumMath.hpp @@ -222,6 +222,8 @@ template class className { \ namespace Magnum { +using namespace Corrade; + typedef Math::Half Half; typedef Math::BitVector<2> BitVector2; typedef Math::BitVector<3> BitVector3;