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

@@ -19,6 +19,7 @@
// string to_string(double val);
// string to_string(long double val);
#include <limits>
#include <string>
#include <cassert>
#include <sstream>