Skip to content

Commit 87598c8

Browse files
committed
Merge pull request opencv#9365 from alalek:build_fix_parallel
2 parents 2072168 + ca9a887 commit 87598c8

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)