From 321a2cbe3d92974e2c3212411e113cf7fab8a791 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 15 Jun 2015 15:01:20 +0200 Subject: [PATCH] Add missing forward declaration of AlignedBox --- Eigen/src/Core/util/ForwardDeclarations.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Eigen/src/Core/util/ForwardDeclarations.h b/Eigen/src/Core/util/ForwardDeclarations.h index 0d24beb5a..b5ad2c6f2 100644 --- a/Eigen/src/Core/util/ForwardDeclarations.h +++ b/Eigen/src/Core/util/ForwardDeclarations.h @@ -265,6 +265,7 @@ template class QuaternionBase; template class Rotation2D; template class AngleAxis; template class Translation; +template class AlignedBox; template class Quaternion; template class Transform;