aboutsummaryrefslogtreecommitdiff
path: root/pix_opencv_motempl.h
diff options
context:
space:
mode:
Diffstat (limited to 'pix_opencv_motempl.h')
-rw-r--r--pix_opencv_motempl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pix_opencv_motempl.h b/pix_opencv_motempl.h
index 8a8e0b5..307a230 100644
--- a/pix_opencv_motempl.h
+++ b/pix_opencv_motempl.h
@@ -19,7 +19,12 @@ LOG
#include "Base/GemPixObj.h"
#ifndef _EiC
+#ifdef __APPLE__
+#include <OpenCV/OpenCV.h>
+#include <OpenCV/cvcompat.h>
+#else
#include "cv.h"
+#endif
#include <time.h>
#include <math.h>
#include <ctype.h>