mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-18 14:34:17 +08:00
Fixed compilation due to lacking Transform definitions.
This commit is contained in:
parent
d2e257cb5d
commit
96e4a4b59c
@ -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
|
||||
|
@ -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 ***
|
||||
**************************/
|
||||
|
Loading…
Reference in New Issue
Block a user