commit | aaaa52bd6640c52437d10c35661fc87d1657da5a | [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 | a24953b1e276f3eeec6145905bb5284f75019d8b | |
parent | 8b17a443d806bbcf1c7a70b3a890e3d1d7abc31a [diff] [blame] |
Windows support by Ruben Van Boxem. llvm-svn: 142235 Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project Cr-Mirrored-Commit: 073458b1ab5489dce6f2ec789889c377b690ccf4
diff --git a/include/cassert b/include/cassert index 7337b16..3775990 100644 --- a/include/cassert +++ b/include/cassert
@@ -20,4 +20,6 @@ #include <__config> #include <assert.h> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif