From f43a9bf08c1cf858f5bf208960d4585fc51e4f74 Mon Sep 17 00:00:00 2001 From: felixonmars Date: Thu, 4 Jun 2020 12:33:24 +0200 Subject: [PATCH] [PATCH] Fix build with Qt 5.15+ Gbp-Pq: Name 0eb95ff5c1c29887f14ecb2bb5f9c3cdd8b3ff29.patch --- QTfrontend/ui/page/pagegamestats.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/QTfrontend/ui/page/pagegamestats.cpp b/QTfrontend/ui/page/pagegamestats.cpp index ed2751f..7597821 100644 --- a/QTfrontend/ui/page/pagegamestats.cpp +++ b/QTfrontend/ui/page/pagegamestats.cpp @@ -22,6 +22,7 @@ #include #include #include +#include #include "pagegamestats.h" #include "team.h" -- 2.30.2