commit | 073458b1ab5489dce6f2ec789889c377b690ccf4 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Mon Oct 17 20:05:10 2011 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Mon Oct 17 20:05:10 2011 +0000 |
tree | 8afaf87369531d8c64913495abd82b3a7d24af19 | |
parent | aa563df75974aa714270d48fa1b668baf893be0b [diff] [blame] |
Windows support by Ruben Van Boxem. llvm-svn: 142235
diff --git a/libcxx/include/unordered_map b/libcxx/include/unordered_map index cb30fc8..56645e0 100644 --- a/libcxx/include/unordered_map +++ b/libcxx/include/unordered_map
@@ -319,7 +319,9 @@ #include <functional> #include <stdexcept> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif _LIBCPP_BEGIN_NAMESPACE_STD