diff options
| author | Marc Mutz <marc.mutz@qt.io> | 2022-05-04 11:36:48 +0200 |
|---|---|---|
| committer | Marc Mutz <marc.mutz@qt.io> | 2022-05-05 08:39:37 +0000 |
| commit | 8ece12e466f8a0c6b0daeb5ed6601094fd7a0dbc (patch) | |
| tree | dc6b0319e35b7318dc8b58296cf8a70189e97096 /src/corelib/io/qbuffer.cpp | |
| parent | 9641b68c9cb9383168d2e87438f89bfcb127e08c (diff) | |
QBuffer: add missing <limits> include
Amends 4bc85b9850303fa20206f8774af88d72593d3454.
Pick-to: 6.3 6.2 5.15
Task-number: QTBUG-102274
Change-Id: If826043f01155f9854cc69079a09f1b50b47994c
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'src/corelib/io/qbuffer.cpp')
| -rw-r--r-- | src/corelib/io/qbuffer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/io/qbuffer.cpp b/src/corelib/io/qbuffer.cpp index 8e1888d8934..696b1f5bc3f 100644 --- a/src/corelib/io/qbuffer.cpp +++ b/src/corelib/io/qbuffer.cpp @@ -41,6 +41,8 @@ #include <QtCore/qmetaobject.h> #include "private/qiodevice_p.h" +#include <limits> + QT_BEGIN_NAMESPACE /** QBufferPrivate **/ |
