diff options
| author | Billy Robert O'Neal III <bion@microsoft.com> | 2019-04-18 18:02:14 +0000 |
|---|---|---|
| committer | Billy Robert O'Neal III <bion@microsoft.com> | 2019-04-18 18:02:14 +0000 |
| commit | bd7db5ac958d149be5ddd31bdc6cd44a5bd067ee (patch) | |
| tree | 8e66cbf0b1b8bed0aed3ee26847f3f6b5b1795af /libcxx/test/std | |
| parent | fa1552e8c96ea37686cde7517619d9516b4ba2af (diff) | |
| download | bcm5719-llvm-bd7db5ac958d149be5ddd31bdc6cd44a5bd067ee.tar.gz bcm5719-llvm-bd7db5ac958d149be5ddd31bdc6cd44a5bd067ee.zip | |
[libc++] [test] Add missing required headers to midpoint.integer.pass.cpp
This change authored by Paolo Torres <t-pator@microsoft.com>
llvm-svn: 358698
Diffstat (limited to 'libcxx/test/std')
| -rw-r--r-- | libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.integer.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 32d931b2479..1956c97c987 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" |

