Fix HAVE_TBB is not defined in pyrlk.cu in spite of CMake TBB option is ON

pull/11534/head
juanitov 7 years ago committed by Alexander Alekhin
parent 0239c195d8
commit cbae431752
  1. 2
      modules/gpu/src/cuda/pyrlk.cu

@ -51,6 +51,8 @@
#include "opencv2/core/core.hpp"
#include "cvconfig.h"
using namespace cv::gpu;
using namespace cv::gpu::device;

Loading…
Cancel
Save