Commit f3ae185f authored by cuda-geek's avatar cuda-geek Committed by OpenCV Buildbot

Merge pull request #383 from cuda-geek:apply-opencv-macosx-patch

parents e0426148 8b3c717e
......@@ -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"
......
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