From d232de70055fba74ce7d4baecc5fa3b6d53e400f Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Sat, 17 Apr 2021 13:23:37 +0200 Subject: Unicodetools: compile Add an #include for a header that was only accidentally included transitively. Task-number: QTBUG-92822 Change-Id: Ie29bb0e065f2db712e9cf9539b15124ff0ced349 Reviewed-by: Konstantin Ritt Reviewed-by: Andreas Buhr Reviewed-by: Shawn Rutledge (cherry picked from commit fd0c3170c890707c5cea63b11895084d149d991c) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/text/qunicodetools.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/corelib/text/qunicodetools.cpp') diff --git a/src/corelib/text/qunicodetools.cpp b/src/corelib/text/qunicodetools.cpp index 7b69da8c2c..d3d7ce1588 100644 --- a/src/corelib/text/qunicodetools.cpp +++ b/src/corelib/text/qunicodetools.cpp @@ -43,6 +43,8 @@ #include "qvarlengtharray.h" #include "qlibrary.h" +#include + #define FLAG(x) (1 << (x)) QT_BEGIN_NAMESPACE -- cgit v1.2.3