From: felixonmars Date: Thu, 4 Jun 2020 10:33:24 +0000 (+0200) Subject: [PATCH] Fix build with Qt 5.15+ X-Git-Tag: archive/raspbian/1.0.0-19+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f43a9bf08c1cf858f5bf208960d4585fc51e4f74;p=hedgewars.git [PATCH] Fix build with Qt 5.15+ Gbp-Pq: Name 0eb95ff5c1c29887f14ecb2bb5f9c3cdd8b3ff29.patch --- 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"