Skip to content

Commit da3375f

Browse files
committed
sfm: fix build with Ceres
1 parent 6703cdd commit da3375f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/sfm/src/simple_pipeline.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737

3838
#if CERES_FOUND
3939

40+
// Eigen
41+
#include <Eigen/Core>
42+
4043
#include <opencv2/core/eigen.hpp>
4144
#include <opencv2/xfeatures2d.hpp>
4245

0 commit comments

Comments
 (0)