[Lldb-commits] [lldb] cf035e8 - [lldb] Add missing include

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Sun Apr 27 14:32:29 PDT 2025


Author: Adrian Prantl
Date: 2025-04-27T14:32:13-07:00
New Revision: cf035e8abbf50efc9ea64c8bf4cdcb7133255a08

URL: https://github.com/llvm/llvm-project/commit/cf035e8abbf50efc9ea64c8bf4cdcb7133255a08
DIFF: https://github.com/llvm/llvm-project/commit/cf035e8abbf50efc9ea64c8bf4cdcb7133255a08.diff

LOG: [lldb] Add missing include

Added: 
    

Modified: 
    lldb/tools/debugserver/source/MacOSX/MachThread.h

Removed: 
    


################################################################################
diff  --git a/lldb/tools/debugserver/source/MacOSX/MachThread.h b/lldb/tools/debugserver/source/MacOSX/MachThread.h
index 1086b7c986f11..69567425542ff 100644
--- a/lldb/tools/debugserver/source/MacOSX/MachThread.h
+++ b/lldb/tools/debugserver/source/MacOSX/MachThread.h
@@ -13,6 +13,7 @@
 #ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHTHREAD_H
 #define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHTHREAD_H
 
+#include <mutex>
 #include <string>
 #include <vector>
 


        


More information about the lldb-commits mailing list