Commit 341f9f92 authored by Andrey Morozov's avatar Andrey Morozov

fixed compile error on VS2010

parent ac0e7f6e
...@@ -48,6 +48,10 @@ ...@@ -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>
......
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