diff options
Diffstat (limited to 'pix_opencv_motempl.h')
-rw-r--r-- | pix_opencv_motempl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pix_opencv_motempl.h b/pix_opencv_motempl.h index e83a3bf..2bf26ad 100644 --- a/pix_opencv_motempl.h +++ b/pix_opencv_motempl.h @@ -17,11 +17,15 @@ LOG #define INCLUDE_PIX_OPENCV_MOTEMPL_H_ #ifndef _EiC +#ifdef __APPLE__ +#include <OpenCV/OpenCV.h> +#else #include "cv.h" #include <time.h> #include <math.h> #include <ctype.h> #endif +#endif #include <stdio.h> #include "Base/GemPixObj.h" |