chromium-112-gcc-13-0015-net.patch 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. https://chromium-review.googlesource.com/c/chromium/src/+/4394856
  2. From 78e8aa30665d0344a64a98c092612ea6064dbe60 Mon Sep 17 00:00:00 2001
  3. From: Stephan Hartmann <stha09@googlemail.com>
  4. Date: Wed, 12 Apr 2023 08:42:20 +0000
  5. Subject: [PATCH] IWYU: add stdint.h for various integer types in //net
  6. Bug: 957519
  7. Change-Id: I7161bc8f5974a4d241c12d618d954db0787ab84c
  8. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4394856
  9. Commit-Queue: Stephan Hartmann <stha09@googlemail.com>
  10. Reviewed-by: Steven Bingler <bingler@chromium.org>
  11. Reviewed-by: Matt Mueller <mattm@chromium.org>
  12. Cr-Commit-Position: refs/heads/main@{#1129139}
  13. --- a/net/cert/pki/string_util.h
  14. +++ b/net/cert/pki/string_util.h
  15. @@ -7,6 +7,8 @@
  16. #include "net/base/net_export.h"
  17. +#include <stdint.h>
  18. +
  19. #include <string_view>
  20. #include <vector>
  21. --- a/net/cookies/cookie_inclusion_status.h
  22. +++ b/net/cookies/cookie_inclusion_status.h
  23. @@ -5,6 +5,8 @@
  24. #ifndef NET_COOKIES_COOKIE_INCLUSION_STATUS_H_
  25. #define NET_COOKIES_COOKIE_INCLUSION_STATUS_H_
  26. +#include <stdint.h>
  27. +
  28. #include <bitset>
  29. #include <cstdint>
  30. #include <ostream>