Commit 53ed1a8c authored by Alexander Smorkalov's avatar Alexander Smorkalov

Build fix for QNX 6.6 neitrino.

parent 4d598719
......@@ -100,7 +100,7 @@ namespace cv { namespace gpu
typedef unsigned char uchar;
typedef unsigned short ushort;
typedef signed char schar;
#if defined (_WIN32) || defined (__APPLE__)
#if defined (_WIN32) || defined (__APPLE__) || defined (__QNX__)
typedef unsigned int uint;
#endif
......
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