diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2018-01-24 05:38:51 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2018-01-24 05:38:51 +0000 |
| commit | ae21466138bd078901ed8cc90228155a30529ab3 (patch) | |
| tree | bc6f17d9f4fed182708a5da4202e9a7220e48a97 | |
| parent | 069e1dd861fffaaececc3483901cd17471550828 (diff) | |
| download | bcm5719-llvm-ae21466138bd078901ed8cc90228155a30529ab3.tar.gz bcm5719-llvm-ae21466138bd078901ed8cc90228155a30529ab3.zip | |
include <cstdint> to get uint32_t
llvm-svn: 323306
| -rw-r--r-- | libcxx/test/std/utilities/meta/meta.type.synop/endian.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/utilities/meta/meta.type.synop/endian.pass.cpp b/libcxx/test/std/utilities/meta/meta.type.synop/endian.pass.cpp index 19a9198421c..c71229caf83 100644 --- a/libcxx/test/std/utilities/meta/meta.type.synop/endian.pass.cpp +++ b/libcxx/test/std/utilities/meta/meta.type.synop/endian.pass.cpp @@ -14,6 +14,7 @@ #include <type_traits> #include <cstring> #include <cassert> +#include <cstdint> #include "test_macros.h" |

