You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
806 B
29 lines
806 B
From c4419e4e65a8d9e0b5a15e9a5242453f261bee46 Mon Sep 17 00:00:00 2001
|
|
From: Alexander Alekhin <alexander.a.alekhin@gmail.com>
|
|
Date: Thu, 15 Nov 2018 06:54:35 +0000
|
|
Subject: [PATCH] cvv: repair build
|
|
|
|
---
|
|
modules/cvv/src/qtutil/filter/diffFilterWidget.cpp | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/modules/cvv/src/qtutil/filter/diffFilterWidget.cpp b/modules/cvv/src/qtutil/filter/diffFilterWidget.cpp
|
|
index a555c84983..ca2964fd16 100644
|
|
--- a/modules/cvv/src/qtutil/filter/diffFilterWidget.cpp
|
|
+++ b/modules/cvv/src/qtutil/filter/diffFilterWidget.cpp
|
|
@@ -1,6 +1,5 @@
|
|
#include <opencv2/core.hpp>
|
|
#include <opencv2/imgproc.hpp>
|
|
-#include <opencv2/imgproc/types_c.h>
|
|
|
|
#include <unordered_map>
|
|
|
|
@@ -14,6 +13,7 @@
|
|
|
|
namespace cvv
|
|
{
|
|
+using namespace cv;
|
|
namespace qtutil
|
|
{
|
|
|