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

fixed compile error on VS2010

This commit is contained in:
Andrey Morozov
2011-06-30 12:21:39 +00:00
parent ac0e7f6e85
commit 341f9f9272
+4
View File
@@ -48,6 +48,10 @@
#define NCV_EXPORTS
#endif
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#endif
#include <cuda_runtime.h>