[libcxx-commits] [PATCH] D63289: [libc++] Add missing #include in tests

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 13 11:21:20 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL363290: [libc++] Add missing #include in <cwchar> tests (authored by ldionne, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D63289?vs=204582&id=204592#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63289/new/

https://reviews.llvm.org/D63289

Files:
  libcxx/trunk/test/std/depr/depr.c.headers/wchar_h.pass.cpp
  libcxx/trunk/test/std/strings/c.strings/cwchar.pass.cpp


Index: libcxx/trunk/test/std/depr/depr.c.headers/wchar_h.pass.cpp
===================================================================
--- libcxx/trunk/test/std/depr/depr.c.headers/wchar_h.pass.cpp
+++ libcxx/trunk/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"
Index: libcxx/trunk/test/std/strings/c.strings/cwchar.pass.cpp
===================================================================
--- libcxx/trunk/test/std/strings/c.strings/cwchar.pass.cpp
+++ libcxx/trunk/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"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63289.204592.patch
Type: text/x-patch
Size: 790 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190613/dad60504/attachment.bin>


More information about the libcxx-commits mailing list