Add missing include to __bsd_locale_fallbacks.h. Fixes https://bugs.llvm.org/show_bug.cgi?id=33370

llvm-svn: 305469
This commit is contained in:
Marshall Clow 2017-06-15 14:31:11 +00:00
parent 9464c72850
commit 3ebdbb5c80

View File

@ -15,6 +15,7 @@
#define _LIBCPP_BSD_LOCALE_FALLBACKS_DEFAULTS_H
#include <stdlib.h>
#include <stdarg.h>
#include <memory>
_LIBCPP_BEGIN_NAMESPACE_STD