Fixing build with CUDA enabled

This commit is contained in:
Andrey Kamaev
2012-02-03 12:15:27 +00:00
parent 690bf07a7f
commit 3ff438dc7a
2 changed files with 2 additions and 1 deletions

View File

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