Skip to content

Commit

Permalink
add Eigen includes to fix specific builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ahundt committed Jan 26, 2017
1 parent 6bc75ab commit ec54a19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gpl/gpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#include <algorithm>
#include <cmath>
#if defined(HAVE_OPENCV2) || defined(HAVE_OPENCV3)
#include <Eigen/Core>
#include <Eigen/Dense>
#include <opencv2/core/eigen.hpp>
#endif // defined(HAVE_OPENCV2) || defined(HAVE_OPENCV3)

Expand Down

0 comments on commit ec54a19

Please sign in to comment.