forked from OSchip/llvm-project
Hopefully fix the Windows build failure introduced in r173769
llvm-svn: 173781
This commit is contained in:
parent
a0edd3ee66
commit
5d7ff00456
|
@ -29,6 +29,7 @@
|
|||
#include "llvm/ADT/STLExtras.h"
|
||||
#include "llvm/IR/Constants.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
|
||||
using namespace llvm;
|
||||
using namespace llvm::objcarc;
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#include "llvm/IR/LLVMContext.h"
|
||||
#include "llvm/Support/CFG.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
|
||||
using namespace llvm;
|
||||
using namespace llvm::objcarc;
|
||||
|
|
Loading…
Reference in New Issue