forked from OSchip/llvm-project
[libc++] [test] Add missing required headers to midpoint.integer.pass.cpp
This change authored by Paolo Torres <t-pator@microsoft.com> llvm-svn: 358698
This commit is contained in:
parent
fa1552e8c9
commit
bd7db5ac95
|
@ -13,6 +13,8 @@
|
|||
// _Tp midpoint(_Tp __a, _Tp __b) noexcept
|
||||
//
|
||||
|
||||
#include <stdint.h>
|
||||
#include <limits>
|
||||
#include <numeric>
|
||||
#include <cassert>
|
||||
#include "test_macros.h"
|
||||
|
|
Loading…
Reference in New Issue