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_set b/libcxx/include/unordered_set index d7615fa..279e907 100644 --- a/libcxx/include/unordered_set +++ b/libcxx/include/unordered_set
@@ -305,7 +305,9 @@ #include <__hash_table> #include <functional> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif _LIBCPP_BEGIN_NAMESPACE_STD