From ca9a88785e0dab4ef1f161563228d0ec43c4794b Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Mon, 14 Aug 2017 11:28:21 +0300 Subject: [PATCH] core(build): fix compilation of parallel.cpp (OpenMP configuration) --- modules/core/src/parallel.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/core/src/parallel.cpp b/modules/core/src/parallel.cpp index ff1ce9bafc..81a16a8bd2 100644 --- a/modules/core/src/parallel.cpp +++ b/modules/core/src/parallel.cpp @@ -125,6 +125,8 @@ # define CV_PARALLEL_FRAMEWORK "pthreads" #endif +using namespace cv; + namespace cv { ParallelLoopBody::~ParallelLoopBody() {}