renamed WITH(HAVE)_EIGEN2 to WITH(HAVE)_EIGEN, fixed compilation error if eigen3 is used (#805)
This commit is contained in:
@@ -147,7 +147,7 @@ CV_INLINE IppiSize ippiSize(int width, int height)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_EIGEN2
|
||||
#ifdef HAVE_EIGEN
|
||||
#include <Eigen/Core>
|
||||
#include "opencv2/core/eigen.hpp"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user