| 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/forward_list b/libcxx/include/forward_list index 0dd6bb2..61fe290 100644 --- a/libcxx/include/forward_list +++ b/libcxx/include/forward_list
@@ -174,7 +174,9 @@ #include <iterator> #include <algorithm> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif _LIBCPP_BEGIN_NAMESPACE_STD