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 /opentrack-logic/tracker.h | |
parent | 8e3c3358a09c3c6974645fb411e4f316c734e3db (diff) |
logic, pose-widget: fix following simple-mat move
Diffstat (limited to 'opentrack-logic/tracker.h')
-rw-r--r-- | opentrack-logic/tracker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack-logic/tracker.h b/opentrack-logic/tracker.h index a6752d14..fae8bd9e 100644 --- a/opentrack-logic/tracker.h +++ b/opentrack-logic/tracker.h @@ -14,7 +14,7 @@ #include "opentrack-compat/timer.hpp" #include "opentrack/plugin-support.hpp" #include "mappings.hpp" -#include "opentrack/simple-mat.hpp" +#include "simple-mat.hpp" #include "selected-libraries.hpp" #include "spline-widget/functionconfig.h" |