| 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/ctime b/libcxx/include/ctime index 2cef958..fc4eb26 100644 --- a/libcxx/include/ctime +++ b/libcxx/include/ctime
@@ -47,7 +47,9 @@ #include <__config> #include <time.h> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif _LIBCPP_BEGIN_NAMESPACE_STD