This commit is contained in:
marina.kolpakova
2013-01-30 20:20:06 +04:00
parent 9b4f2d1b53
commit 8b3c717e8f
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"