From: Vladislav Vinogradov Date: Tue, 21 Dec 2010 08:13:15 +0000 (+0000) Subject: fixed compiler error under linux X-Git-Tag: accepted/2.0/20130307.220821~3785 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5bfb44f8870da1a9349605b76500e197fd7bca01;p=profile%2Fivi%2Fopencv.git fixed compiler error under linux --- diff --git a/modules/gpu/src/match_template.cpp b/modules/gpu/src/match_template.cpp index 094c210..20e1d1b 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 {