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

pull/9365/head
Alexander Alekhin 8 years ago
parent ef2b73043d
commit ca9a88785e
  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