From ec54a19f836dbdeb58fda5dbfda8897c70eb18b7 Mon Sep 17 00:00:00 2001 From: Andrew Hundt Date: Thu, 26 Jan 2017 01:55:05 -0500 Subject: [PATCH] add Eigen includes to fix specific builds --- src/gpl/gpl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gpl/gpl.h b/src/gpl/gpl.h index 0568b435..454b024f 100644 --- a/src/gpl/gpl.h +++ b/src/gpl/gpl.h @@ -4,6 +4,8 @@ #include #include #if defined(HAVE_OPENCV2) || defined(HAVE_OPENCV3) +#include +#include #include #endif // defined(HAVE_OPENCV2) || defined(HAVE_OPENCV3)