From a9cf229e150f0a93a62376cddf030995171fd5d6 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 3 Jun 2008 07:32:12 +0000 Subject: add a geometry unit test and fix a couple of typo in Quaternion.h --- Eigen/src/Core/util/ForwardDeclarations.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Eigen/src/Core/util/ForwardDeclarations.h') diff --git a/Eigen/src/Core/util/ForwardDeclarations.h b/Eigen/src/Core/util/ForwardDeclarations.h index a9974c38b..f9370ada9 100644 --- a/Eigen/src/Core/util/ForwardDeclarations.h +++ b/Eigen/src/Core/util/ForwardDeclarations.h @@ -51,6 +51,8 @@ template class PartialRedu template class Part; template class Extract; template::Flags) & ArrayBit> class ArrayBase {}; +template class Cross; +template class Quaternion; template struct ei_scalar_sum_op; -- cgit v1.2.3