commit | 735bc4608ffb7bd5aa4cab3b6ed11377e71b7d62 | [log] [tgz] |
---|---|---|
author | Louis Dionne <ldionne.2@gmail.com> | Wed Apr 14 13:59:03 2021 -0400 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Apr 14 11:06:26 2021 -0700 |
tree | ff97ff57d79cc07307077519aef19598274ba243 | |
parent | 41b7429b728137930826dccf40d1089a64de5724 [diff] [blame] |
[libc++] Split up __memory/base.h into meaningful headers GitOrigin-RevId: f992cfba7173ab55d9795f71156ffde0b5eece0a
diff --git a/include/exception b/include/exception index 4bf4049..37751d9 100644 --- a/include/exception +++ b/include/exception
@@ -78,7 +78,7 @@ #include <__config> #include <__availability> -#include <__memory/base.h> +#include <__memory/addressof.h> #include <cstddef> #include <cstdlib> #include <type_traits>