Fixing build with CUDA enabled

pull/13383/head
Andrey Kamaev 13 years ago
parent c99253d62d
commit ee6fefc862
  1. 2
      samples/gpu/cascadeclassifier_nvidia_api.cpp

@ -7,7 +7,7 @@
#include <iomanip>
#include <cstdio>
#include "opencv2/gpu/gpu.hpp"
#include "opencv2/gpu/highgui.hpp"
#include "opencv2/highgui/highgui.hpp"
#ifdef HAVE_CUDA
#include "NCVHaarObjectDetection.hpp"

Loading…
Cancel
Save