From b024d69a4432e866ad0ff17a04f946a4fcb8f131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 10 Jul 2018 10:27:10 +0200 Subject: [PATCH] Math: properly forward-declare BoolVector. --- src/Magnum/Math/Math.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Magnum/Math/Math.h b/src/Magnum/Math/Math.h index 3c17c6e71..6b432f932 100644 --- a/src/Magnum/Math/Math.h +++ b/src/Magnum/Math/Math.h @@ -39,6 +39,8 @@ namespace Magnum { namespace Math { /** @todo Denormals to zero */ #ifndef DOXYGEN_GENERATING_OUTPUT +template class BoolVector; + /* Class Constants used only statically */ template class Bezier;