commit | b1b1dcf53806eb34a981d248c5713920bda2e1fc | [log] [tgz] |
---|---|---|
author | Eric Fiselier <eric@efcs.ca> | Sat Feb 04 20:27:46 2017 +0000 |
committer | Eric Fiselier <eric@efcs.ca> | Sat Feb 04 20:27:46 2017 +0000 |
tree | 10f8eae898dcd86fa7fce59ecf37b4b25bf030ee | |
parent | e520f0b308bd6dfd533fc74db74e04c8709c7de4 [diff] [blame] |
Undefine min/max in __tree git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@294099 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/__tree b/include/__tree index 170d4c0..708fe97 100644 --- a/include/__tree +++ b/include/__tree
@@ -17,6 +17,8 @@ #include <stdexcept> #include <algorithm> +#include <__undef_min_max> + #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header #endif