From 5bfb44f8870da1a9349605b76500e197fd7bca01 Mon Sep 17 00:00:00 2001 From: Vladislav Vinogradov Date: Tue, 21 Dec 2010 08:13:15 +0000 Subject: [PATCH] fixed compiler error under linux --- modules/gpu/src/match_template.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/gpu/src/match_template.cpp b/modules/gpu/src/match_template.cpp index 094c210e91..20e1d1bca0 100644 --- a/modules/gpu/src/match_template.cpp +++ b/modules/gpu/src/match_template.cpp @@ -53,7 +53,6 @@ void cv::gpu::matchTemplate(const GpuMat&, const GpuMat&, GpuMat&, int) { throw_ #else #include -#include namespace cv { namespace gpu { namespace imgproc {