Commit 7b2e39a3 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

added missing #include for compatibility with VS2008

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