chromium-112-gcc-13-0019-documentattachmentinfo.patch 930 B

12345678910111213141516171819202122232425262728
  1. https://chromium-review.googlesource.com/c/chromium/src/+/4395997
  2. From 5ec376a5f7170cbd30727f21bb8185ec915a9893 Mon Sep 17 00:00:00 2001
  3. From: Stephan Hartmann <stha09@googlemail.com>
  4. Date: Tue, 04 Apr 2023 17:30:49 +0000
  5. Subject: [PATCH] IWYU: add stdint.h for uint32_t in chrome_pdf::DocumentAttachmentInfo
  6. Bug: 957519
  7. Change-Id: I8efc538b2ae901c7d5076fdf692a31250c16cbbe
  8. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4395997
  9. Reviewed-by: Lei Zhang <thestig@chromium.org>
  10. Commit-Queue: Lei Zhang <thestig@chromium.org>
  11. Cr-Commit-Position: refs/heads/main@{#1126091}
  12. ---
  13. diff --git a/pdf/document_attachment_info.h b/pdf/document_attachment_info.h
  14. index e0fffc2ca..ad106fdf 100644
  15. --- a/pdf/document_attachment_info.h
  16. +++ b/pdf/document_attachment_info.h
  17. @@ -5,6 +5,8 @@
  18. #ifndef PDF_DOCUMENT_ATTACHMENT_INFO_H_
  19. #define PDF_DOCUMENT_ATTACHMENT_INFO_H_
  20. +#include <stdint.h>
  21. +
  22. #include <string>