Merge pull request #9365 from alalek:build_fix_parallel

pull/9304/merge
Alexander Alekhin 8 years ago
commit 87598c8749
  1. 2
      modules/core/src/parallel.cpp

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

Loading…
Cancel
Save