diff options
-rw-r--r-- | libcxx/test/std/depr/depr.c.headers/wchar_h.pass.cpp | 1 | ||||
-rw-r--r-- | libcxx/test/std/strings/c.strings/cwchar.pass.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/depr/depr.c.headers/wchar_h.pass.cpp b/libcxx/test/std/depr/depr.c.headers/wchar_h.pass.cpp index e9ad90d90e8..eb212ff5bfd 100644 --- a/libcxx/test/std/depr/depr.c.headers/wchar_h.pass.cpp +++ b/libcxx/test/std/depr/depr.c.headers/wchar_h.pass.cpp @@ -10,6 +10,7 @@ #include <wchar.h> #include <stdarg.h> +#include <stdio.h> #include <type_traits> #include "test_macros.h" diff --git a/libcxx/test/std/strings/c.strings/cwchar.pass.cpp b/libcxx/test/std/strings/c.strings/cwchar.pass.cpp index 667910bc1a1..44ccf3f7264 100644 --- a/libcxx/test/std/strings/c.strings/cwchar.pass.cpp +++ b/libcxx/test/std/strings/c.strings/cwchar.pass.cpp @@ -11,6 +11,7 @@ #include <cwchar> #include <ctime> #include <cstdarg> +#include <cstdio> #include <type_traits> #include "test_macros.h" |