Portability fix: add missing includes and static_casts. Reviewed as https://reviews.llvm.org/D55777. Thanks to Andrey Maksimov for the patch.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@349566 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow
2018-12-18 23:19:00 +00:00
parent 3af9c5fa77
commit 9ff404deec
23 changed files with 34 additions and 4 deletions

View File

@@ -15,6 +15,7 @@
// UNSUPPORTED: c++98, c++03
#include <memory>
#include <tuple>
#include <utility>
#include <cassert>