Merge pull request #9365 from alalek:build_fix_parallel

This commit is contained in:
Alexander Alekhin 2017-08-14 10:28:53 +00:00
commit 87598c8749

View File

@ -125,6 +125,8 @@
# define CV_PARALLEL_FRAMEWORK "pthreads"
#endif
using namespace cv;
namespace cv
{
ParallelLoopBody::~ParallelLoopBody() {}