Merge pull request #16459 from nh2:patch-1

pull/16474/head
Alexander Alekhin 5 years ago
commit 591f427003
  1. 5
      modules/core/include/opencv2/core/cvdef.h

@ -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…
Cancel
Save