From ab4f438239424dd39b83338ab0b4faa41245e506 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Tue, 29 Nov 2011 16:45:27 +0000 Subject: Add protection from min/max macros llvm-svn: 145407 --- libcxx/include/__bit_reference | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcxx/include/__bit_reference') diff --git a/libcxx/include/__bit_reference b/libcxx/include/__bit_reference index 46213332c3e..9ee1dd94314 100644 --- a/libcxx/include/__bit_reference +++ b/libcxx/include/__bit_reference @@ -14,6 +14,8 @@ #include <__config> #include +#include <__undef_min_max> + #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header #endif -- cgit v1.2.3