added missing #include for compatibility with VS2008
This commit is contained in:
parent
2728e3ee7c
commit
7b2e39a3f9
@ -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…
x
Reference in New Issue
Block a user