summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_ht/ht-api.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-06-05 11:56:37 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-06-05 11:56:37 +0200
commit23afc7945f7058224b656c13572b2e97fc1da8b9 (patch)
treeb04ae66d7ff0bce55418ae884de16d06310acbf3 /ftnoir_tracker_ht/ht-api.h
parent46c297050898737745ad0b620796df9de30b63eb (diff)
require opencv 3.0 and fix build
Diffstat (limited to 'ftnoir_tracker_ht/ht-api.h')
-rw-r--r--ftnoir_tracker_ht/ht-api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_ht/ht-api.h b/ftnoir_tracker_ht/ht-api.h
index 2ab2e840..ed866e16 100644
--- a/ftnoir_tracker_ht/ht-api.h
+++ b/ftnoir_tracker_ht/ht-api.h
@@ -9,7 +9,7 @@
#if !defined(_WIN32) && !defined(_isnan)
# define _isnan isnan
#endif
-#include <opencv2/core/core.hpp>
+#include <opencv2/core.hpp>
struct ht_context;
typedef struct ht_context headtracker_t;