From f69aa4031089407778a6b4659e578fca9d0389df Mon Sep 17 00:00:00 2001 From: Leonid Beynenson Date: Fri, 26 Aug 2011 11:05:51 +0000 Subject: [PATCH] Added the declaration of the type ConcurrentDoubleVector for TBB case. --- modules/core/include/opencv2/core/internal.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/core/include/opencv2/core/internal.hpp b/modules/core/include/opencv2/core/internal.hpp index 1cbc7b820a..c582cd584f 100644 --- a/modules/core/include/opencv2/core/internal.hpp +++ b/modules/core/include/opencv2/core/internal.hpp @@ -209,6 +209,7 @@ CV_INLINE IppiSize ippiSize(int width, int height) } typedef tf::ConcurrentVector ConcurrentRectVector; + typedef tf::ConcurrentVector ConcurrentDoubleVector; #else template static inline void parallel_for( const BlockedRange& range, const Body& body )