diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2018-08-17 16:07:48 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2018-08-17 16:07:48 +0000 |
| commit | e02ee4f013632aac34e1fb84d868984a91773e2a (patch) | |
| tree | 53615b0c0550117497d1e5c456281e9f014f70cb /libcxx/test | |
| parent | 45e61c5f9919e7a04bbe4de879a639147e66715d (diff) | |
| download | bcm5719-llvm-e02ee4f013632aac34e1fb84d868984a91773e2a.tar.gz bcm5719-llvm-e02ee4f013632aac34e1fb84d868984a91773e2a.zip | |
Recommit r339943 - Establish the <bit> header. NFC yet. Reviewed as https://reviews.llvm.org/D50815 - with a fix for the sanitizer bots
llvm-svn: 340045
Diffstat (limited to 'libcxx/test')
| -rw-r--r-- | libcxx/test/libcxx/double_include.sh.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/libcxx/double_include.sh.cpp b/libcxx/test/libcxx/double_include.sh.cpp index 8d08db4fd10..9ad8df4dd92 100644 --- a/libcxx/test/libcxx/double_include.sh.cpp +++ b/libcxx/test/libcxx/double_include.sh.cpp @@ -27,6 +27,7 @@ #ifndef _LIBCPP_HAS_NO_THREADS #include <atomic> #endif +#include <bit> #include <bitset> #include <cassert> #include <ccomplex> |

