summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNodir Temirkhodjaev <[email protected]>2025-04-10 14:11:55 +0500
committerNodir Temirkhodjaev <[email protected]>2025-04-10 18:10:01 +0500
commitc8d20da62a585107023b09ecc1ab3650c8c9bd46 (patch)
treece98931bb15aa7c221a11dae96794c3b32a79de4
parenta8ae971a9517c8d5f11464a5f932cc3a90b675a8 (diff)
qnumeric.h: include what you use (QMinMax for qBound)
Fixes: QTBUG-135866 Change-Id: Idfa884dad04ed83660ebadd9f23ecc46ef3b14ed Reviewed-by: Giuseppe D'Angelo <[email protected]>
-rw-r--r--src/corelib/global/qnumeric.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/global/qnumeric.h b/src/corelib/global/qnumeric.h
index 836a2ac0082..2c7110c97a6 100644
--- a/src/corelib/global/qnumeric.h
+++ b/src/corelib/global/qnumeric.h
@@ -10,6 +10,7 @@
#endif
#include <QtCore/qassert.h>
+#include <QtCore/qminmax.h>
#include <QtCore/qtconfigmacros.h>
#include <QtCore/qtcoreexports.h>
#include <QtCore/qtypes.h>