diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-28 20:26:04 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-28 21:27:35 +0200 |
commit | c263d3af4c0079d81cbf4dad6d266b72d3c44449 (patch) | |
tree | fcc097f9db24282a4f905305b8e004a452158bba /tracker-aruco/ftnoir_tracker_aruco.h | |
parent | 9bac55a0ac7365b241df8a3dacbdacf59698c862 (diff) |
tracker/aruco: don't include headers in the module
Diffstat (limited to 'tracker-aruco/ftnoir_tracker_aruco.h')
-rw-r--r-- | tracker-aruco/ftnoir_tracker_aruco.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-aruco/ftnoir_tracker_aruco.h b/tracker-aruco/ftnoir_tracker_aruco.h index e671046a..293991eb 100644 --- a/tracker-aruco/ftnoir_tracker_aruco.h +++ b/tracker-aruco/ftnoir_tracker_aruco.h @@ -14,7 +14,7 @@ #include "cv/video-widget.hpp" #include "compat/timer.hpp" -#include "include/markerdetector.h" +#include "aruco/markerdetector.h" #include <QObject> #include <QThread> |