From c49aeeceff1a56772117768ebde6ea65ab28a522 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 25 Aug 2024 17:34:22 +0100 Subject: [PATCH] QContiguousCache: fix include for qMin Include `` for `qMin`. This came up downstream in Gentoo at https://bugs.gentoo.org/938475. Change-Id: Iad589324e43a2559ed2f08853b77cf33b0a53dcc Reviewed-by: Thiago Macieira --- src/corelib/tools/qcontiguouscache.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/tools/qcontiguouscache.h b/src/corelib/tools/qcontiguouscache.h index e3f98c30de6..e630b56cfa1 100644 --- a/src/corelib/tools/qcontiguouscache.h +++ b/src/corelib/tools/qcontiguouscache.h @@ -8,6 +8,7 @@ #include #include #include +#include #include #include