Windows support by Ruben Van Boxem.

llvm-svn: 142235
diff --git a/libcxx/include/scoped_allocator b/libcxx/include/scoped_allocator
index 9427a37..cd05102 100644
--- a/libcxx/include/scoped_allocator
+++ b/libcxx/include/scoped_allocator
@@ -106,7 +106,9 @@
 #include <__config>
 #include <memory>
 
+#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
 #pragma GCC system_header
+#endif
 
 _LIBCPP_BEGIN_NAMESPACE_STD