File 0001-breeze4-style-mingw-compile-fix.patch of Package mingw32-breeze5-style
--- ./kstyle/breezehelper.cpp.orig 2020-07-29 14:20:01.260036496 +0000
+++ ./kstyle/breezehelper.cpp 2020-07-29 14:24:26.619202535 +0000
@@ -27,6 +27,7 @@
#include <QApplication>
#include <QPainter>
+#include <qmath.h>
#if BREEZE_HAVE_X11 && QT_VERSION < 0x050000
#include <X11/Xlib-xcb.h>
--- ./kstyle/breezestyle.cpp.orig 2020-07-29 14:21:41.555720773 +0000
+++ ./kstyle/breezestyle.cpp 2020-07-29 14:22:16.363611200 +0000
@@ -59,6 +59,7 @@
#include <QToolButton>
#include <QTreeView>
#include <QWidgetAction>
+#include <qmath.h>
namespace BreezePrivate
{