diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-06-01 20:59:10 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-06-01 20:59:10 +0000 |
commit | edb11085302f80f38c9d976f003aa1c9002c7abb (patch) | |
tree | edfe9dcac670e9f47ee7fdee893130fcf86ba196 /src/mutex.cpp | |
parent | 10a0bef720b6882fce588a10b07b0584d62eac76 (diff) |
Notes
Diffstat (limited to 'src/mutex.cpp')
-rw-r--r-- | src/mutex.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mutex.cpp b/src/mutex.cpp index b858e8877ae5..c36bd5549da8 100644 --- a/src/mutex.cpp +++ b/src/mutex.cpp @@ -12,6 +12,7 @@ #include "limits" #include "system_error" #include "include/atomic_support.h" +#include "__undef_macros" _LIBCPP_BEGIN_NAMESPACE_STD #ifndef _LIBCPP_HAS_NO_THREADS |