diff --git a/Eigen/src/Core/util/ForwardDeclarations.h b/Eigen/src/Core/util/ForwardDeclarations.h index e384ba2df..c884487b6 100644 --- a/Eigen/src/Core/util/ForwardDeclarations.h +++ b/Eigen/src/Core/util/ForwardDeclarations.h @@ -178,7 +178,7 @@ template class Homogeneous; // MatrixFunctions module template struct MatrixExponentialReturnValue; -template struct MatrixFunctionReturnValue; +template class MatrixFunctionReturnValue; template struct ei_stem_function {