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

pull/13383/head
Alexey Spizhevoy 14 years ago
parent 674b763395
commit 5d703abdc2
  1. 4
      modules/gpu/src/nvidia/core/NCV.hpp

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

Loading…
Cancel
Save