summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/c.strings/cwchar.pass.cpp
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-04-29 04:18:13 +0000
committerEric Fiselier <eric@efcs.ca>2016-04-29 04:18:13 +0000
commitcbeadbdbad113f31f81ec0fde59d16cd14651db1 (patch)
treee9e87f09593e65e34016637c7176724fcc63b599 /libcxx/test/std/strings/c.strings/cwchar.pass.cpp
parent382e91792b1ada3f8b462685a4a142a326b33448 (diff)
downloadbcm5719-llvm-cbeadbdbad113f31f81ec0fde59d16cd14651db1.tar.gz
bcm5719-llvm-cbeadbdbad113f31f81ec0fde59d16cd14651db1.zip
Fix test failures by adding missing include
llvm-svn: 267982
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 780509c63a1..fc4228237ad 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 <cstdarg>
#include <type_traits>
#ifndef NULL
OpenPOWER on IntegriCloud