mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 01:46:06 +00:00
[libc++] Fix unknown pragma warning on MSVC
llvm-svn: 299942
This commit is contained in:
parent
220706cd6d
commit
3f5b5fff8a
@ -101,12 +101,12 @@ template<> class numeric_limits<cv long double>;
|
||||
} // std
|
||||
|
||||
*/
|
||||
#include <__config>
|
||||
|
||||
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include <__config>
|
||||
#include <type_traits>
|
||||
|
||||
#include <__undef_min_max>
|
||||
|
Loading…
x
Reference in New Issue
Block a user