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

This commit is contained in:
cuda-geek
2013-01-31 12:04:13 +04:00
committed by OpenCV Buildbot
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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"