diff options
-rw-r--r-- | testing/av_test.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/av_test.c b/testing/av_test.c index d27a2e6f..18bb3105 100644 --- a/testing/av_test.c +++ b/testing/av_test.c | |||
@@ -63,6 +63,9 @@ extern "C" { | |||
63 | #include <opencv/cv.h> | 63 | #include <opencv/cv.h> |
64 | #include <opencv/cvwimage.h> | 64 | #include <opencv/cvwimage.h> |
65 | #include <opencv/highgui.h> | 65 | #include <opencv/highgui.h> |
66 | #ifdef __APPLE__ | ||
67 | #include <opencv2/videoio/videoio_c.h> | ||
68 | #endif | ||
66 | 69 | ||
67 | #include <assert.h> | 70 | #include <assert.h> |
68 | #include <sched.h> | 71 | #include <sched.h> |