diff options
Diffstat (limited to 'tracker-pt/point_extractor.h')
-rw-r--r-- | tracker-pt/point_extractor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tracker-pt/point_extractor.h b/tracker-pt/point_extractor.h index 193c06dc..8fd521c3 100644 --- a/tracker-pt/point_extractor.h +++ b/tracker-pt/point_extractor.h @@ -12,11 +12,11 @@ #include "camera.h" #include "cv/numeric.hpp" +#include <vector> + #include <opencv2/core.hpp> #include <opencv2/imgproc.hpp> -#include <vector> - namespace pt_impl { using namespace types; |