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 <ritt.ks@gmail.com>
Reviewed-by: Andreas Buhr <andreas.buhr@qt.io>
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
(cherry picked from commit fd0c3170c890707c5cea63b11895084d149d991c)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Giuseppe D'Angelo 2021-04-17 13:23:37 +02:00 committed by Qt Cherry-pick Bot
parent 731768345f
commit d232de7005

View File

@ -43,6 +43,8 @@
#include "qvarlengtharray.h"
#include "qlibrary.h"
#include <limits.h>
#define FLAG(x) (1 << (x))
QT_BEGIN_NAMESPACE