ui/effects/cross_animation: fix missing #include <QPainterPath>

This commit is contained in:
leha-bot 2021-06-13 01:05:55 +03:00
parent 655c22f002
commit 4b31f5f8ef
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@
#include "ui/effects/cross_animation.h"
#include "ui/twidget.h"
#include <QPainterPath>
#include <qmath.h>
namespace Ui {