We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0bb2ee commit 0652cb7Copy full SHA for 0652cb7
llvm/lib/Support/RWMutex.cpp
@@ -13,6 +13,7 @@
13
#include "llvm/Support/RWMutex.h"
14
#include "llvm/Config/config.h"
15
#include "llvm/Config/llvm-config.h" // for LLVM_ENABLE_THREADS
16
+#include "llvm/Support/Allocator.h"
17
18
#if defined(LLVM_USE_RW_MUTEX_IMPL)
19
using namespace llvm;
0 commit comments