Commit 5d703abd authored by Alexey Spizhevoy's avatar Alexey Spizhevoy

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

parent 674b7633
......@@ -48,6 +48,10 @@
#define NCV_EXPORTS
#endif
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#endif
#include <cuda_runtime.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment