Fixed compilation due to lacking Transform definitions.

This commit is contained in:
Hauke Heibel 2010-11-01 16:53:39 +01:00
parent d2e257cb5d
commit 96e4a4b59c
2 changed files with 4 additions and 1 deletions

View File

@ -50,7 +50,6 @@ namespace Eigen {
#include "src/Eigen2Support/Block.h"
#include "src/Eigen2Support/VectorBlock.h"
#include "src/Eigen2Support/Minor.h"
#include "src/Eigen2Support/Transform.h"
} // namespace Eigen

View File

@ -594,6 +594,10 @@ typedef Transform<double,2,Projective> Projective2d;
/** \ingroup Geometry_Module */
typedef Transform<double,3,Projective> Projective3d;
#ifdef EIGEN2_SUPPORT
#include "src/Eigen2Support/Transform.h"
#endif
/**************************
*** Optional QT support ***
**************************/