From 515196dfa2097a9a9f04eeff5130860fc4137b0f Mon Sep 17 00:00:00 2001 From: iphydf Date: Tue, 28 Aug 2018 02:50:23 +0100 Subject: Include necessary opencv2 header on OSX. opencv2 is deprecated and homebrew ships with opencv3 now. --- testing/av_test.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testing') 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" { #include #include #include +#ifdef __APPLE__ +#include +#endif #include #include -- cgit v1.2.3