[libcxx-commits] [PATCH] D138716: [libc++][NFC] Add missing include to ext/__hash
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 25 08:49:32 PST 2022
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe4aad511e6f8: [libc++][NFC] Add missing include to ext/__hash (authored by ldionne).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138716/new/
https://reviews.llvm.org/D138716
Files:
libcxx/include/ext/__hash
Index: libcxx/include/ext/__hash
===================================================================
--- libcxx/include/ext/__hash
+++ libcxx/include/ext/__hash
@@ -14,6 +14,7 @@
#include <__config>
#include <cstring>
+#include <stddef.h>
#include <string>
namespace __gnu_cxx {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138716.477982.patch
Type: text/x-patch
Size: 287 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221125/b3be4ef7/attachment.bin>
More information about the libcxx-commits
mailing list