[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:
Billy Robert O'Neal III 2019-04-18 18:02:14 +00:00
parent fa1552e8c9
commit bd7db5ac95
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
// _Tp midpoint(_Tp __a, _Tp __b) noexcept
//
#include <stdint.h>
#include <limits>
#include <numeric>
#include <cassert>
#include "test_macros.h"