diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-05 11:56:37 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-05 11:56:37 +0200 |
| commit | 23afc7945f7058224b656c13572b2e97fc1da8b9 (patch) | |
| tree | b04ae66d7ff0bce55418ae884de16d06310acbf3 /ftnoir_tracker_ht | |
| parent | 46c297050898737745ad0b620796df9de30b63eb (diff) | |
require opencv 3.0 and fix build
Diffstat (limited to 'ftnoir_tracker_ht')
| -rw-r--r-- | ftnoir_tracker_ht/ht-api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_ht/ht-api.h b/ftnoir_tracker_ht/ht-api.h index 2ab2e840a..ed866e16c 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; |
