diff options
Diffstat (limited to 'ftnoir_tracker_ht/ht-api.h')
-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 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; |