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
|
#define NCV_EXPORTS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
#define WIN32_LEAN_AND_MEAN
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <cuda_runtime.h>
|
#include <cuda_runtime.h>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user