mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 03:33:28 +08:00
Merge pull request #16459 from nh2:patch-1
This commit is contained in:
commit
591f427003
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user