summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/c.strings/cwchar.pass.cpp
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2018-12-18 23:19:00 +0000
committerMarshall Clow <mclow.lists@gmail.com>2018-12-18 23:19:00 +0000
commit5a127cdcbfae6f753b05d8cd1de8d8271f7d8a23 (patch)
tree625fd3366faad5285125ba9fde0905ca7bd81a65 /libcxx/test/std/strings/c.strings/cwchar.pass.cpp
parentcb67fad44a59cb783d2047a27ad387ed3ec2a466 (diff)
downloadbcm5719-llvm-5a127cdcbfae6f753b05d8cd1de8d8271f7d8a23.tar.gz
bcm5719-llvm-5a127cdcbfae6f753b05d8cd1de8d8271f7d8a23.zip
Portability fix: add missing includes and static_casts. Reviewed as https://reviews.llvm.org/D55777. Thanks to Andrey Maksimov for the patch.
llvm-svn: 349566
Diffstat (limited to 'libcxx/test/std/strings/c.strings/cwchar.pass.cpp')
-rw-r--r--libcxx/test/std/strings/c.strings/cwchar.pass.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/strings/c.strings/cwchar.pass.cpp b/libcxx/test/std/strings/c.strings/cwchar.pass.cpp
index b70dcc52b8c..116da936e0f 100644
--- a/libcxx/test/std/strings/c.strings/cwchar.pass.cpp
+++ b/libcxx/test/std/strings/c.strings/cwchar.pass.cpp
@@ -10,6 +10,7 @@
// <cwchar>
#include <cwchar>
+#include <ctime>
#include <cstdarg>
#include <type_traits>
OpenPOWER on IntegriCloud