diff options
Diffstat (limited to 'libraries/opencv/patch_cvdef_h.diff')
-rw-r--r-- | libraries/opencv/patch_cvdef_h.diff | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/libraries/opencv/patch_cvdef_h.diff b/libraries/opencv/patch_cvdef_h.diff index 463d921b5d..e69de29bb2 100644 --- a/libraries/opencv/patch_cvdef_h.diff +++ b/libraries/opencv/patch_cvdef_h.diff @@ -1,20 +0,0 @@ ---- opencv-3.4.1/modules/core/include/opencv2/core/cvdef.h.orig 2018-02-28 10:16:45.000320632 +0000 -+++ opencv-3.4.1/modules/core/include/opencv2/core/cvdef.h 2018-02-28 10:34:30.852346927 +0000 -@@ -454,6 +454,7 @@ Cv64suf; - - - // Integer types portatibility -+#if defined __cplusplus - #ifdef OPENCV_STDINT_HEADER - #include OPENCV_STDINT_HEADER - #else -@@ -494,6 +495,9 @@ typedef ::uint64_t uint64_t; - } - #endif - #endif -+#else -+#include <stdint.h> -+#endif - - - //! @} |