fixed compiler error under linux

This commit is contained in:
Vladislav Vinogradov 2010-12-21 08:13:15 +00:00
parent edce202065
commit 5bfb44f887

View File

@ -53,7 +53,6 @@ void cv::gpu::matchTemplate(const GpuMat&, const GpuMat&, GpuMat&, int) { throw_
#else
#include <cufft.h>
#include <NPP_staging.h>
namespace cv { namespace gpu { namespace imgproc
{