diff options
| author | Howard Hinnant <hhinnant@apple.com> | 2011-11-29 16:45:27 +0000 |
|---|---|---|
| committer | Howard Hinnant <hhinnant@apple.com> | 2011-11-29 16:45:27 +0000 |
| commit | ab4f438239424dd39b83338ab0b4faa41245e506 (patch) | |
| tree | a8b954bc4709873c1a36b50184a051f5e6330e9e /libcxx/include/fstream | |
| parent | 7a81dea5168d9ff98c1c99e6a4c971823400a291 (diff) | |
| download | bcm5719-llvm-ab4f438239424dd39b83338ab0b4faa41245e506.tar.gz bcm5719-llvm-ab4f438239424dd39b83338ab0b4faa41245e506.zip | |
Add protection from min/max macros
llvm-svn: 145407
Diffstat (limited to 'libcxx/include/fstream')
| -rw-r--r-- | libcxx/include/fstream | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/include/fstream b/libcxx/include/fstream index b6a2ab0e158..4456c017973 100644 --- a/libcxx/include/fstream +++ b/libcxx/include/fstream @@ -171,6 +171,8 @@ typedef basic_fstream<wchar_t> wfstream; #include <__locale> #include <cstdio> +#include <__undef_min_max> + #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header #endif |

