summaryrefslogtreecommitdiffhomepage
path: root/pose-widget/glwidget.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 /pose-widget/glwidget.h
parente26830bf71ca5968fc9d9d473966ea4b75120b56 (diff)
move simple-mat from logic to compat to simplify dependencies
Diffstat (limited to 'pose-widget/glwidget.h')
-rw-r--r--pose-widget/glwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pose-widget/glwidget.h b/pose-widget/glwidget.h
index 072ea644..013cc0d5 100644
--- a/pose-widget/glwidget.h
+++ b/pose-widget/glwidget.h
@@ -11,7 +11,7 @@
#include <QWidget>
#include <QPixmap>
#include "api/plugin-api.hpp"
-#include "logic/simple-mat.hpp"
+#include "compat/simple-mat.hpp"
#ifdef BUILD_pose_widget
# define POSE_WIDGET_EXPORT Q_DECL_EXPORT