Skip to content

Commit ca9a887

Browse files
committed
core(build): fix compilation of parallel.cpp (OpenMP configuration)
1 parent ef2b730 commit ca9a887

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/core/src/parallel.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@
125125
# define CV_PARALLEL_FRAMEWORK "pthreads"
126126
#endif
127127

128+
using namespace cv;
129+
128130
namespace cv
129131
{
130132
ParallelLoopBody::~ParallelLoopBody() {}

0 commit comments

Comments
 (0)