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-20+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0aed156f59ef6825121d3b939d775c0b76c30298;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"