Commit ca9a8878 authored by Alexander Alekhin's avatar Alexander Alekhin

core(build): fix compilation of parallel.cpp (OpenMP configuration)

parent ef2b7304
......@@ -125,6 +125,8 @@
# define CV_PARALLEL_FRAMEWORK "pthreads"
#endif
using namespace cv;
namespace cv
{
ParallelLoopBody::~ParallelLoopBody() {}
......
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