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 )