diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-03-28 08:36:58 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-03-28 08:58:40 +0100 |
commit | 9911d062318256b3e6c494a132c7b77df98f3125 (patch) | |
tree | 60517ea7a1b65f7087771411f102c81e838bd636 | |
parent | 753013079c2e2d2db82dd096c642c5140f1de772 (diff) |
api: make plugin paths relative
-rw-r--r-- | api/plugin-api.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/plugin-api.hpp b/api/plugin-api.hpp index 0f92c6e5..892f3500 100644 --- a/api/plugin-api.hpp +++ b/api/plugin-api.hpp @@ -16,8 +16,8 @@ #include <QDialog> #include <QCoreApplication> -#include "compat/simple-mat.hpp" -#include "compat/tr.hpp" +#include "../compat/simple-mat.hpp" +#include "../compat/tr.hpp" #include "export.hpp" using Pose = Mat<double, 6, 1>; |