add-memory-for-std-unique_ptr-in-third_party-ip.patch 956 B

123456789101112131415161718192021222324252627
  1. From 5a8dfcaf84b5af5aeb738702651e98bfc43d6d45 Mon Sep 17 00:00:00 2001
  2. From: Stephan Hartmann <stha09@googlemail.com>
  3. Date: Wed, 9 Aug 2023 15:36:26 +0000
  4. Subject: [PATCH] IWYU: add memory for std::unique_ptr in //third_party/ipcz
  5. Bug: 957519
  6. Change-Id: I600f415a59206da283046b638a4f68eda0892ac7
  7. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4754274
  8. Commit-Queue: Stephan Hartmann <stha09@googlemail.com>
  9. Reviewed-by: Robert Sesek <rsesek@chromium.org>
  10. Cr-Commit-Position: refs/heads/main@{#1181503}
  11. ---
  12. third_party/ipcz/src/ipcz/router_link.h | 1 +
  13. 1 file changed, 1 insertion(+)
  14. diff --git a/third_party/ipcz/src/ipcz/router_link.h b/third_party/ipcz/src/ipcz/router_link.h
  15. index 09bc5626d99..619638cc7f1 100644
  16. --- a/third_party/ipcz/src/ipcz/router_link.h
  17. +++ b/third_party/ipcz/src/ipcz/router_link.h
  18. @@ -7,6 +7,7 @@
  19. #include <cstddef>
  20. #include <functional>
  21. +#include <memory>
  22. #include <string>
  23. #include <utility>