diff --git a/ext/opencv/MotionCells.cpp b/ext/opencv/MotionCells.cpp index f85989e117..175ec901b2 100644 --- a/ext/opencv/MotionCells.cpp +++ b/ext/opencv/MotionCells.cpp @@ -51,6 +51,9 @@ #include #include "MotionCells.h" +#if (CV_MAJOR_VERSION >= 3) +#include +#endif #include MotionCells::MotionCells () diff --git a/ext/opencv/gsthanddetect.cpp b/ext/opencv/gsthanddetect.cpp index 60fd5be72b..47203fd0ea 100644 --- a/ext/opencv/gsthanddetect.cpp +++ b/ext/opencv/gsthanddetect.cpp @@ -62,6 +62,9 @@ /* element header */ #include "gsthanddetect.h" +#if (CV_MAJOR_VERSION >= 3) +#include +#endif #include GST_DEBUG_CATEGORY_STATIC (gst_handdetect_debug); diff --git a/ext/opencv/gsttemplatematch.cpp b/ext/opencv/gsttemplatematch.cpp index f39208dc28..ec0b56af88 100644 --- a/ext/opencv/gsttemplatematch.cpp +++ b/ext/opencv/gsttemplatematch.cpp @@ -63,6 +63,9 @@ #include "../../gst-libs/gst/gst-i18n-plugin.h" #include "gsttemplatematch.h" +#if (CV_MAJOR_VERSION >= 3) +#include +#endif #include GST_DEBUG_CATEGORY_STATIC (gst_template_match_debug);