From 4f73ff02b3efd5e8728b18fcf1067eca166704ee Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Thu, 4 Jun 2020 16:00:38 +0200 Subject: [PATCH] Fix build with Qt 5.15 --- src/kcmodule/pressurecurvewidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kcmodule/pressurecurvewidget.cpp b/src/kcmodule/pressurecurvewidget.cpp index 0c943b3..f047a6c 100644 --- a/src/kcmodule/pressurecurvewidget.cpp +++ b/src/kcmodule/pressurecurvewidget.cpp @@ -22,6 +22,7 @@ //Qt includes #include #include +#include #include #include #include -- GitLab orm'>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-30gnu: hurd: Update to 3ff7053....* gnu/packages/hurd.scm (hurd-headers): Do it. Also backport some patches to make it build, and remove older patches. Also stop pretending we're on i586-pc-gnu. (hurd): Remove unneeded patches. * gnu/packages/patches/hurd-add-without-rump-configure-option.patch: * gnu/packages/patches/hurd-fix-types-of-read-write-and-readables-methods-2.patch: * gnu/packages/patches/hurd-fix-types-of-read-write-and-readables-methods.patch: New files. * gnu/packages/patches/hurd-cross.patch: * gnu/packages/patches/hurd-xattr.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Register and unregister them. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Josselin Poiret