[Lldb-commits] [PATCH] D13877: [PlatformDarwin.cpp] Include <mutex> for std::once_flag.

Siva Chandra via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 19 14:42:27 PDT 2015


sivachandra created this revision.
sivachandra added a reviewer: clayborg.
sivachandra added a subscriber: lldb-commits.

http://reviews.llvm.org/D13877

Files:
  source/Plugins/Platform/MacOSX/PlatformDarwin.cpp

Index: source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
===================================================================
--- source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
+++ source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
@@ -11,6 +11,8 @@
 
 // C Includes
 // C++ Includes
+#include <mutex>
+
 // Other libraries and framework includes
 #include "clang/Basic/VersionTuple.h"
 // Project includes


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13877.37796.patch
Type: text/x-patch
Size: 408 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151019/5efdc222/attachment.bin>


More information about the lldb-commits mailing list