diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-12-06 02:24:44 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-12-06 02:37:25 +0100 |
commit | 211a17996e3ffc0d84c985c43c612da32923b42d (patch) | |
tree | eab571691b16aa84afb1fd9a6a3fd0bc21f37c77 /tracker-aruco | |
parent | dbc4722f14aa6d4b3322405c9251c5cee2e165d8 (diff) |
api/camera-names: move to compat/
Diffstat (limited to 'tracker-aruco')
-rw-r--r-- | tracker-aruco/ftnoir_tracker_aruco.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-aruco/ftnoir_tracker_aruco.cpp b/tracker-aruco/ftnoir_tracker_aruco.cpp index 1da5b8df..316c7e13 100644 --- a/tracker-aruco/ftnoir_tracker_aruco.cpp +++ b/tracker-aruco/ftnoir_tracker_aruco.cpp @@ -16,7 +16,7 @@ #include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> #include <opencv2/videoio.hpp> -#include "opentrack/camera-names.hpp" +#include "opentrack-compat/camera-names.hpp" #include "opentrack-compat/sleep.hpp" typedef struct { |