From 9f66c9396f2dfd96e8b73ae34c75f168254d7bd6 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Mon, 12 Feb 2024 12:53:01 +0200 Subject: [PATCH] QAtomicScopedValueRollback: IWYU instead of including qglobal.h Pick-to: 6.7 Change-Id: Ie2cde2a72169204cbc5cc8b981d9dfd1210abbe0 Reviewed-by: Marc Mutz --- src/corelib/tools/qatomicscopedvaluerollback.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/corelib/tools/qatomicscopedvaluerollback.h b/src/corelib/tools/qatomicscopedvaluerollback.h index 84162ddffe..41e919a3c6 100644 --- a/src/corelib/tools/qatomicscopedvaluerollback.h +++ b/src/corelib/tools/qatomicscopedvaluerollback.h @@ -4,8 +4,11 @@ #ifndef QATOMICSCOPEDVALUEROLLBACK_H #define QATOMICSCOPEDVALUEROLLBACK_H -#include +#include #include +#include +#include +#include #include