From: Vadim Pisarevsky Date: Tue, 17 May 2011 07:27:48 +0000 (+0000) Subject: added missing #include for compatibility with VS2008 X-Git-Tag: accepted/2.0/20130307.220821~3133 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b2e39a3f97dee1ff41b7af28c8df8c44f2a14a2;p=profile%2Fivi%2Fopencv.git added missing #include for compatibility with VS2008 --- diff --git a/modules/core/include/opencv2/core/operations.hpp b/modules/core/include/opencv2/core/operations.hpp index 24f5684..9fce43b 100644 --- a/modules/core/include/opencv2/core/operations.hpp +++ b/modules/core/include/opencv2/core/operations.hpp @@ -73,6 +73,7 @@ #endif #elif defined WIN32 || defined _WIN32 + #include #define CV_XADD(addr,delta) _InterlockedExchangeAdd((long volatile*)(addr), (delta)) #else