fix for GPU module compile time (VS2010) error (from 2.3 branch)

This commit is contained in:
Alexey Spizhevoy 2011-06-30 14:47:20 +00:00
parent 674b763395
commit 5d703abdc2

View File

@ -48,6 +48,10 @@
#define NCV_EXPORTS
#endif
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#endif
#include <cuda_runtime.h>