added missing #include for compatibility with VS2008

pull/13383/head
Vadim Pisarevsky 14 years ago
parent 2728e3ee7c
commit 7b2e39a3f9
  1. 1
      modules/core/include/opencv2/core/operations.hpp

@ -73,6 +73,7 @@
#endif
#elif defined WIN32 || defined _WIN32
#include <intrin.h>
#define CV_XADD(addr,delta) _InterlockedExchangeAdd((long volatile*)(addr), (delta))
#else

Loading…
Cancel
Save