aboutsummaryrefslogtreecommitdiff
path: root/pix_opencv_motempl.h
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2009-10-13 15:49:57 +0000
committerN.N. <sevyves@users.sourceforge.net>2009-10-13 15:49:57 +0000
commit2d413c5df4d10befc2927e847003f94f22bc7c35 (patch)
treeb0cf75882562206ef0d19dddc6c7443434df4fb3 /pix_opencv_motempl.h
parentd95339e18c112ecb21bbc29cbff4d794170a144d (diff)
changed headers for Mac OSX
svn path=/trunk/externals/pix_opencv/; revision=12589
Diffstat (limited to 'pix_opencv_motempl.h')
-rw-r--r--pix_opencv_motempl.h4
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"