summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2021-04-17 13:23:37 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-04-19 15:20:09 +0000
commitd232de70055fba74ce7d4baecc5fa3b6d53e400f (patch)
treeb32afc3705e6ae28ddaeb1fec271a15210b3bd75 /src
parent731768345ff211e60ac416e1ee7f0b3a192451d9 (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/text/qunicodetools.cpp2
1 files changed, 2 insertions, 0 deletions
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 <limits.h>
+
#define FLAG(x) (1 << (x))
QT_BEGIN_NAMESPACE