Skip to content

Commit 0652cb7

Browse files
Fix the macOS build.
1 parent e0bb2ee commit 0652cb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Support/RWMutex.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include "llvm/Support/RWMutex.h"
1414
#include "llvm/Config/config.h"
1515
#include "llvm/Config/llvm-config.h" // for LLVM_ENABLE_THREADS
16+
#include "llvm/Support/Allocator.h"
1617

1718
#if defined(LLVM_USE_RW_MUTEX_IMPL)
1819
using namespace llvm;

0 commit comments

Comments
 (0)