summaryrefslogtreecommitdiffhomepage
path: root/logic/tracker.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-11-03 11:29:59 +0100
committerStanislaw Halik <sthalik@misaki.pl>2016-11-03 23:40:44 +0100
commite7f9a0ad3812f51fdb904b40303f6c0fec02f1a8 (patch)
tree405daf0c127714d63b06bed855d9f7aefc60c08c /logic/tracker.h
parente26830bf71ca5968fc9d9d473966ea4b75120b56 (diff)
move simple-mat from logic to compat to simplify dependencies
Diffstat (limited to 'logic/tracker.h')
-rw-r--r--logic/tracker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/tracker.h b/logic/tracker.h
index ce2279ab..7588d76f 100644
--- a/logic/tracker.h
+++ b/logic/tracker.h
@@ -13,7 +13,7 @@
#include "compat/timer.hpp"
#include "api/plugin-support.hpp"
#include "mappings.hpp"
-#include "simple-mat.hpp"
+#include "compat/simple-mat.hpp"
#include "selected-libraries.hpp"
#include "spline-widget/spline.hpp"