diff options
author | Martin Negyokru <negyokru@inf.u-szeged.hu> | 2023-03-03 16:56:50 +0100 |
---|---|---|
committer | Christophe Marin <christophe@krop.fr> | 2023-04-14 08:15:25 +0000 |
commit | 10fa4ebe6b2868460c845b524c0379b8dc216cfc (patch) | |
tree | 2737216fbc4848746771c7c3b7f7ceb42e4172de /chromium/pdf/document_attachment_info.h | |
parent | fb66d7ca9641724670c96e999ad5b0fd6eb78d46 (diff) | |
download | qtwebengine-chromium-10fa4ebe6b2868460c845b524c0379b8dc216cfc.tar.gz |
Fixes for building with GCC-13
Fixes: QTBUG-111697
Change-Id: I51fca3b3eb627b2617ff5c6c051fa1182671244d
Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/464490
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
(cherry picked from commit 9de0d8a90d9b0176542db8b54d678a9fcbb69337)
Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/468198
Reviewed-by: Christophe Marin <christophe@krop.fr>
Diffstat (limited to 'chromium/pdf/document_attachment_info.h')
-rw-r--r-- | chromium/pdf/document_attachment_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/pdf/document_attachment_info.h b/chromium/pdf/document_attachment_info.h index 254398e6226..fd78cb72956 100644 --- a/chromium/pdf/document_attachment_info.h +++ b/chromium/pdf/document_attachment_info.h @@ -5,6 +5,8 @@ #ifndef PDF_DOCUMENT_ATTACHMENT_INFO_H_ #define PDF_DOCUMENT_ATTACHMENT_INFO_H_ +#include <cstdint> + #include "base/strings/string16.h" namespace chrome_pdf { |