Commit 591f4270 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #16459 from nh2:patch-1

parents ecbba852 70cbc3d8
...@@ -181,7 +181,12 @@ namespace cv { ...@@ -181,7 +181,12 @@ namespace cv {
#undef abs #undef abs
#undef Complex #undef Complex
#if defined __cplusplus
#include <limits>
#else
#include <limits.h> #include <limits.h>
#endif
#include "opencv2/core/hal/interface.h" #include "opencv2/core/hal/interface.h"
#if defined __ICL #if defined __ICL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment