Glen: Minor tweaks to locale.cpp to help it compile with exceptions turned off.

llvm-svn: 187332
This commit is contained in:
Howard Hinnant 2013-07-28 18:20:00 +00:00
parent d1594bdaa9
commit 55d5e76fdb
1 changed files with 3 additions and 2 deletions

View File

@ -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"