sfm: fix build with Ceres

pull/1873/head
Alexander Alekhin 6 years ago
parent 6703cddd93
commit da3375f682
  1. 3
      modules/sfm/src/simple_pipeline.cpp

@ -37,6 +37,9 @@
#if CERES_FOUND
// Eigen
#include <Eigen/Core>
#include <opencv2/core/eigen.hpp>
#include <opencv2/xfeatures2d.hpp>

Loading…
Cancel
Save