diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-12 15:43:46 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-12 18:58:23 +0200 |
commit | 88be2bef045b8bb0d08034401b38ae0829d6f54c (patch) | |
tree | b35c6113791b7424c14e3833f73cc0e733cd7ad4 /tracker-pt/camera.h | |
parent | 50c927c1cf0e85df8b76c00feea116a4642ed00f (diff) |
tracker/pt: fix build
Diffstat (limited to 'tracker-pt/camera.h')
-rw-r--r-- | tracker-pt/camera.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tracker-pt/camera.h b/tracker-pt/camera.h index e73d9dff..d0dfdd84 100644 --- a/tracker-pt/camera.h +++ b/tracker-pt/camera.h @@ -7,9 +7,9 @@ #pragma once -#include <opencv2/core/core.hpp> +#include <opencv2/core.hpp> #include <memory> -#include <opencv2/highgui.hpp> +#include <opencv2/videoio.hpp> #include <string> struct CamInfo |