diff --git a/src/Magnum/Math/Math.h b/src/Magnum/Math/Math.h index d735a39b7..1a445d30c 100644 --- a/src/Magnum/Math/Math.h +++ b/src/Magnum/Math/Math.h @@ -41,7 +41,7 @@ namespace Magnum { namespace Math { #ifndef DOXYGEN_GENERATING_OUTPUT template class BoolVector; -template class Constants; +template struct Constants; template class Complex; template class Dual;