Merge pull request #16459 from nh2:patch-1

This commit is contained in:
Alexander Alekhin 2020-01-30 14:25:18 +00:00
commit 591f427003

View File

@ -181,7 +181,12 @@ namespace cv {
#undef abs
#undef Complex
#if defined __cplusplus
#include <limits>
#else
#include <limits.h>
#endif
#include "opencv2/core/hal/interface.h"
#if defined __ICL