fix compilation of Eigen/Geometry with EIGEN2_SUPPORT: was including non-existent header

This commit is contained in:
Benoit Jacob 2011-01-24 08:59:47 -05:00
parent c3a4f6b5c5
commit 9089488210

View File

@ -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
/**************************