mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 19:29:02 +08:00
fix compilation of Eigen/Geometry with EIGEN2_SUPPORT: was including non-existent header
This commit is contained in:
parent
c3a4f6b5c5
commit
9089488210
@ -608,7 +608,7 @@ typedef Transform<double,2,Projective> Projective2d;
|
||||
typedef Transform<double,3,Projective> Projective3d;
|
||||
|
||||
#ifdef EIGEN2_SUPPORT
|
||||
#include "src/Eigen2Support/Transform.h"
|
||||
#include "../Eigen2Support/Transform.h"
|
||||
#endif
|
||||
|
||||
/**************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user