commit | bd7db5ac958d149be5ddd31bdc6cd44a5bd067ee | [log] [tgz] |
---|---|---|
author | Billy Robert O'Neal III <bion@microsoft.com> | Thu Apr 18 18:02:14 2019 +0000 |
committer | Billy Robert O'Neal III <bion@microsoft.com> | Thu Apr 18 18:02:14 2019 +0000 |
tree | 8e66cbf0b1b8bed0aed3ee26847f3f6b5b1795af | |
parent | fa1552e8c96ea37686cde7517619d9516b4ba2af [diff] [blame] |
[libc++] [test] Add missing required headers to midpoint.integer.pass.cpp This change authored by Paolo Torres <t-pator@microsoft.com> llvm-svn: 358698
diff --git a/libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.integer.pass.cpp b/libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.integer.pass.cpp index 32d931b..1956c97 100644 --- a/libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.integer.pass.cpp +++ b/libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.integer.pass.cpp
@@ -13,6 +13,8 @@ // _Tp midpoint(_Tp __a, _Tp __b) noexcept // +#include <stdint.h> +#include <limits> #include <numeric> #include <cassert> #include "test_macros.h"