summaryrefslogtreecommitdiffstats
path: root/iwyu-add-stdint.h-for-uint32_t-in-chrome_pdf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'iwyu-add-stdint.h-for-uint32_t-in-chrome_pdf.patch')
-rw-r--r--iwyu-add-stdint.h-for-uint32_t-in-chrome_pdf.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/iwyu-add-stdint.h-for-uint32_t-in-chrome_pdf.patch b/iwyu-add-stdint.h-for-uint32_t-in-chrome_pdf.patch
new file mode 100644
index 0000000..59cf7b9
--- /dev/null
+++ b/iwyu-add-stdint.h-for-uint32_t-in-chrome_pdf.patch
@@ -0,0 +1,29 @@
+From 5ec376a5f7170cbd30727f21bb8185ec915a9893 Mon Sep 17 00:00:00 2001
+From: Stephan Hartmann <stha09@googlemail.com>
+Date: Tue, 4 Apr 2023 17:30:49 +0000
+Subject: [PATCH] IWYU: add stdint.h for uint32_t in
+ chrome_pdf::DocumentAttachmentInfo
+
+Bug: 957519
+Change-Id: I8efc538b2ae901c7d5076fdf692a31250c16cbbe
+Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4395997
+Reviewed-by: Lei Zhang <thestig@chromium.org>
+Commit-Queue: Lei Zhang <thestig@chromium.org>
+Cr-Commit-Position: refs/heads/main@{#1126091}
+---
+ pdf/document_attachment_info.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/pdf/document_attachment_info.h b/pdf/document_attachment_info.h
+index e0fffc2ca4e..ad106fdf5e0 100644
+--- a/pdf/document_attachment_info.h
++++ b/pdf/document_attachment_info.h
+@@ -5,6 +5,8 @@
+ #ifndef PDF_DOCUMENT_ATTACHMENT_INFO_H_
+ #define PDF_DOCUMENT_ATTACHMENT_INFO_H_
+
++#include <stdint.h>
++
+ #include <string>
+
+