Skip to content

Commit

Permalink
Build fix for QNX 6.6 neitrino.
Browse files Browse the repository at this point in the history
  • Loading branch information
asmorkalov committed Nov 30, 2015
1 parent 4d59871 commit 53ed1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gpu/include/opencv2/gpu/device/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 53ed1a8

Please sign in to comment.