From 4b42755619011c117a76bdf98e417ebedc47e319 Mon Sep 17 00:00:00 2001 From: Michal Kubecek Date: Wed, 6 Jun 2018 10:07:21 +0200 Subject: Include explicitly Since Qt 5.11, generated ui_getprofilename.h no longer includes QHeaderView which breaks the chain that included qvalidator.h in getprofilename.cpp. As it feels rather fragile to rely on such indirect includes, let's include explicitly in each file using QRegExpValidator class. --- src/gui/mphoneform.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/mphoneform.cpp') diff --git a/src/gui/mphoneform.cpp b/src/gui/mphoneform.cpp index 260fda7..c4e3c1d 100644 --- a/src/gui/mphoneform.cpp +++ b/src/gui/mphoneform.cpp @@ -54,6 +54,7 @@ #include #include #include +#include #include "buddyform.h" #include "diamondcardprofileform.h" #include "osd.h" -- cgit v1.2.3