Merge pull request #383 from cuda-geek:apply-opencv-macosx-patch
This commit is contained in:
commit
f3ae185fd0
@ -100,7 +100,7 @@ namespace cv { namespace gpu
|
||||
typedef unsigned char uchar;
|
||||
typedef unsigned short ushort;
|
||||
typedef signed char schar;
|
||||
#ifdef _WIN32
|
||||
#if defined (_WIN32) || defined (__APPLE__)
|
||||
typedef unsigned int uint;
|
||||
#endif
|
||||
|
||||
|
@ -43,6 +43,7 @@
|
||||
#if !defined CUDA_DISABLER
|
||||
|
||||
#include <utility>
|
||||
#include <algorithm>//std::swap
|
||||
#include "opencv2/gpu/device/common.hpp"
|
||||
#include "opencv2/gpu/device/emulation.hpp"
|
||||
#include "opencv2/gpu/device/transform.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user