1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Build fix.

This commit is contained in:
Alexander Smorkalov
2013-12-17 10:24:00 +04:00
parent 8660e048bc
commit 88a883e68e
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -65,6 +65,8 @@ using namespace std;
using namespace cv;
using namespace cv::gpu;
#define throw_nogpu CV_Error(CV_GpuNotSupported, "The library is compiled without CUDA support")
#include "gpumat_cuda.hpp"
typedef GpuFuncTable* (*GpuFactoryType)();