mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
fix for GPU module compile time (VS2010) error (from 2.3 branch)
This commit is contained in:
parent
674b763395
commit
5d703abdc2
@ -48,6 +48,10 @@
|
||||
#define NCV_EXPORTS
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
|
||||
#include <cuda_runtime.h>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user