diff options
Diffstat (limited to 'src/gui/models')
-rw-r--r-- | src/gui/models/touchactionmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/models/touchactionmodel.h b/src/gui/models/touchactionmodel.h index d9cdf6fd0..d6755be16 100644 --- a/src/gui/models/touchactionmodel.h +++ b/src/gui/models/touchactionmodel.h @@ -25,7 +25,7 @@ #include "gui/models/namesmodel.h" -#include "gui/widgets/setupitem.h" +#include <map> class TouchActionsModel final : public NamesModel { |