diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-16 19:47:31 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-16 19:47:31 +0000 |
commit | 7582e3938bb9fb3e4664efdfb2313df29f27b70b (patch) | |
tree | 65bec6df3984fb0b437488fd86eb1359e9c84af4 /include/__threading_support | |
parent | 733153a0fb52facba02c550ec849f0c734dfa412 (diff) |
Notes
Diffstat (limited to 'include/__threading_support')
-rw-r--r-- | include/__threading_support | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/__threading_support b/include/__threading_support index 080ebd256b8f..385fff32b350 100644 --- a/include/__threading_support +++ b/include/__threading_support @@ -30,6 +30,7 @@ #include <Windows.h> #include <process.h> #include <fibersapi.h> +#include <__undef_min_max> #endif #if defined(_LIBCPP_HAS_THREAD_LIBRARY_EXTERNAL) || \ |