diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-16 07:40:28 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-16 07:40:28 +0100 |
commit | 88849a1ca4b7c253f7427d361443a496c1b5fe28 (patch) | |
tree | 7ab7e11f2f560b671d9300cd4410cc1cba18bdb8 /variant/default | |
parent | 801218074edef04f311f7fae5734bf2dc454f0bb (diff) |
fix build
Diffstat (limited to 'variant/default')
-rw-r--r-- | variant/default/main-window.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/variant/default/main-window.hpp b/variant/default/main-window.hpp index 844542f1..c55a6d71 100644 --- a/variant/default/main-window.hpp +++ b/variant/default/main-window.hpp @@ -36,7 +36,7 @@ #include <tuple> #include <memory> -#include "gui/ui_main-window.h" +#include "ui_main-window.h" using namespace options; |