forked from OSchip/llvm-project
Glen: Minor tweaks to locale.cpp to help it compile with exceptions turned off.
llvm-svn: 187332
This commit is contained in:
parent
d1594bdaa9
commit
55d5e76fdb
|
@ -18,9 +18,10 @@
|
|||
#include "codecvt"
|
||||
#include "vector"
|
||||
#include "algorithm"
|
||||
#include "algorithm"
|
||||
#include "typeinfo"
|
||||
#include "type_traits"
|
||||
#ifndef _LIBCPP_NO_EXCEPTIONS
|
||||
# include "type_traits"
|
||||
#endif
|
||||
#include "clocale"
|
||||
#include "cstring"
|
||||
#include "cwctype"
|
||||
|
|
Loading…
Reference in New Issue