X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FSupport%2FMutexGuard.h;h=9958b97a3e6472964bb4bd5634b84d4b82200d4c;hb=ca1c816f2538de02f814c7269121004cca1e2552;hp=723794177c3075573ae43c4d4bcee181fd4615b7;hpb=7ed47a13356daed2a34cd2209a31f92552e3bdd8;p=oota-llvm.git diff --git a/include/llvm/Support/MutexGuard.h b/include/llvm/Support/MutexGuard.h index 723794177c3..9958b97a3e6 100644 --- a/include/llvm/Support/MutexGuard.h +++ b/include/llvm/Support/MutexGuard.h @@ -15,7 +15,7 @@ #ifndef LLVM_SUPPORT_MUTEXGUARD_H #define LLVM_SUPPORT_MUTEXGUARD_H -#include +#include "llvm/System/Mutex.h" namespace llvm { /// Instances of this class acquire a given Mutex Lock when constructed and