Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2011-10-18 00:05:10 +0400
committerHoward Hinnant <hhinnant@apple.com>2011-10-18 00:05:10 +0400
commit073458b1ab5489dce6f2ec789889c377b690ccf4 (patch)
tree8afaf87369531d8c64913495abd82b3a7d24af19 /libcxx/include/random
parentaa563df75974aa714270d48fa1b668baf893be0b (diff)
Windows support by Ruben Van Boxem.
llvm-svn: 142235
Diffstat (limited to 'libcxx/include/random')
-rw-r--r--libcxx/include/random2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/include/random b/libcxx/include/random
index 0e0860e7398e..c5c33c0fb323 100644
--- a/libcxx/include/random
+++ b/libcxx/include/random
@@ -1646,7 +1646,9 @@ class piecewise_linear_distribution
#include <ostream>
#include <cmath>
+#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
#pragma GCC system_header
+#endif
_LIBCPP_BEGIN_NAMESPACE_STD