From b871e73d0069f69e9abf975391a3467213dc4ffc Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Mon, 30 Jan 2017 12:45:03 +0100 Subject: [PATCH] opencvutils: include cpp header fix build with mingw for win x86_64 --- gst-libs/gst/opencv/gstopencvutils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/opencv/gstopencvutils.cpp b/gst-libs/gst/opencv/gstopencvutils.cpp index a58b5a9bd..a06ed6722 100644 --- a/gst-libs/gst/opencv/gstopencvutils.cpp +++ b/gst-libs/gst/opencv/gstopencvutils.cpp @@ -24,7 +24,7 @@ #endif #include "gstopencvutils.h" -#include +#include /* The various opencv image containers or headers store the following information: -- 2.11.0