From 41bb9705a7e7b5c71959e6bd815c047d63360833 Mon Sep 17 00:00:00 2001 From: Ville Voutilainen Date: Tue, 17 May 2022 19:11:55 +0300 Subject: Fix missing includes There's been recent header refactorings, this fixes the fallout. Pick-to: 6.3 6.2 Change-Id: I64f369a4806aef4b00fc9f33925fa855520b829f Reviewed-by: Fabian Kosmale --- src/oauth/qabstractoauth.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/oauth/qabstractoauth.h b/src/oauth/qabstractoauth.h index 799301a..2df9d02 100644 --- a/src/oauth/qabstractoauth.h +++ b/src/oauth/qabstractoauth.h @@ -38,6 +38,7 @@ #include #include #include +#include #include -- cgit v1.2.3