[libcxx-commits] [PATCH] D145919: [libc++] Add missing include in exception_ptr.h
Hans Wennborg via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 13 07:22:54 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc341d5030503: [libc++] Add missing include in exception_ptr.h (authored by hans).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145919/new/
https://reviews.llvm.org/D145919
Files:
libcxx/include/__exception/exception_ptr.h
Index: libcxx/include/__exception/exception_ptr.h
===================================================================
--- libcxx/include/__exception/exception_ptr.h
+++ libcxx/include/__exception/exception_ptr.h
@@ -11,6 +11,7 @@
#include <__config>
#include <__exception/operations.h>
+#include <__memory/addressof.h>
#include <cstddef>
#include <cstdlib>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145919.504645.patch
Type: text/x-patch
Size: 365 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230313/dacb9d6d/attachment-0001.bin>
More information about the libcxx-commits
mailing list