diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-25 11:25:40 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-25 11:25:51 +0200 |
commit | c016dc0cd637a41e226384184f050ae41cd0eee6 (patch) | |
tree | 2436408f41cfde287b39e6f0d0732d87b548c736 /pose-widget | |
parent | 8e3c3358a09c3c6974645fb411e4f316c734e3db (diff) |
logic, pose-widget: fix following simple-mat move
Diffstat (limited to 'pose-widget')
-rw-r--r-- | pose-widget/glwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pose-widget/glwidget.h b/pose-widget/glwidget.h index 96187856..6cccdfcd 100644 --- a/pose-widget/glwidget.h +++ b/pose-widget/glwidget.h @@ -11,7 +11,7 @@ #include <QWidget> #include <QPixmap> #include "opentrack/plugin-api.hpp" -#include "opentrack/simple-mat.hpp" +#include "opentrack-logic/simple-mat.hpp" #include "opentrack-compat/timer.hpp" #ifdef BUILD_pose_widget |