1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #19594 from alalek:hotfix_19470

This commit is contained in:
Alexander Alekhin
2021-02-22 08:29:10 +00:00
3 changed files with 3 additions and 1 deletions
@@ -5,6 +5,7 @@
#ifndef OPENCV_CORE_PARALLEL_BACKEND_HPP
#define OPENCV_CORE_PARALLEL_BACKEND_HPP
#include "opencv2/core/cvdef.h"
#include <memory>
namespace cv { namespace parallel {