From 02235a5a49ab03be727b546ebb6eb30b5373fe60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 23 Feb 2013 16:06:27 +0100 Subject: [PATCH] Math: forgot to add Complex to forward-declaration header. --- src/Math/Math.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Math/Math.h b/src/Math/Math.h index 8124b0a3b..2f11f3023 100644 --- a/src/Math/Math.h +++ b/src/Math/Math.h @@ -27,6 +27,7 @@ namespace Magnum { namespace Math { #ifndef DOXYGEN_GENERATING_OUTPUT /* Class Constants used only statically */ +template class Complex; template class Dual; template class DualQuaternion;