diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-26 06:46:48 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-26 06:46:48 +0200 |
commit | 77ca874fdd73beb3d35f3b87d7d10166be6cd290 (patch) | |
tree | be1bb9f3dcf04ff56ab0e273957dd0b0d951593b /ftnoir_tracker_pt/point_tracker.h | |
parent | 9217b6b6591a4c30e401e22b540a8f1c9df4d998 (diff) |
pt: stop crashing on camera ops
Diffstat (limited to 'ftnoir_tracker_pt/point_tracker.h')
-rw-r--r-- | ftnoir_tracker_pt/point_tracker.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ftnoir_tracker_pt/point_tracker.h b/ftnoir_tracker_pt/point_tracker.h index 2379de41..1474ad40 100644 --- a/ftnoir_tracker_pt/point_tracker.h +++ b/ftnoir_tracker_pt/point_tracker.h @@ -9,11 +9,7 @@ #define POINTTRACKER_H #include <opencv2/core/core.hpp> -#ifndef OPENTRACK_API -# include <boost/shared_ptr.hpp> -#else -# include <memory> -#endif +#include <memory> #include <vector> #include "opentrack-compat/timer.hpp" #include "ftnoir_tracker_pt_settings.h" |