Skip to content

Commit 691c49f

Browse files
committed
Include mutex
1 parent 10a3e90 commit 691c49f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/include/lldb/Protocol/MCP/Server.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include "lldb/Protocol/MCP/Tool.h"
1515
#include "llvm/ADT/StringMap.h"
1616
#include "llvm/Support/Error.h"
17+
#include <mutex>
1718

1819
namespace lldb_protocol::mcp {
1920

0 commit comments

Comments
 (0)