Skip to content

Commit 64c1d45

Browse files
committedJun 13, 2019
[libc++] Add missing #include in <cwchar> tests
Thanks to Mikhail Maltsev for the patch. Differential Revision: https://reviews.llvm.org/D63289 llvm-svn: 363290
1 parent eb88bad commit 64c1d45

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎libcxx/test/std/depr/depr.c.headers/wchar_h.pass.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
#include <wchar.h>
1212
#include <stdarg.h>
13+
#include <stdio.h>
1314
#include <type_traits>
1415

1516
#include "test_macros.h"

‎libcxx/test/std/strings/c.strings/cwchar.pass.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <cwchar>
1212
#include <ctime>
1313
#include <cstdarg>
14+
#include <cstdio>
1415
#include <type_traits>
1516

1617
#include "test_macros.h"

0 commit comments

Comments
 (0)
Please sign in to comment.