commit | 073458b1ab5489dce6f2ec789889c377b690ccf4 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <[email protected]> | Mon Oct 17 20:05:10 2011 |
committer | Howard Hinnant <[email protected]> | Mon Oct 17 20:05:10 2011 |
tree | 8afaf87369531d8c64913495abd82b3a7d24af19 | |
parent | aa563df75974aa714270d48fa1b668baf893be0b [diff] [blame] |
Windows support by Ruben Van Boxem. llvm-svn: 142235
diff --git a/libcxx/include/algorithm b/libcxx/include/algorithm index d6906a2..3a47b8d 100644 --- a/libcxx/include/algorithm +++ b/libcxx/include/algorithm
@@ -595,7 +595,9 @@ #include <iterator> #include <cstdlib> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif _LIBCPP_BEGIN_NAMESPACE_STD