From 632a201cc379d56a8b8c76c38d5ca2fc678922ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 7 Jan 2025 20:22:51 +0100 Subject: [PATCH] singles: Math uses Corrade unprefixed now, make it work here as well. --- src/singles/MagnumMath.hpp | 2 ++ 1 file changed, 2 insertions(+) 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;