Hopefully fix the Windows build failure introduced in r173769
authorTimur Iskhodzhanov <timurrrr@google.com>
Tue, 29 Jan 2013 09:09:27 +0000 (09:09 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Tue, 29 Jan 2013 09:09:27 +0000 (09:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173781 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/ObjCARC/ObjCARCAPElim.cpp
lib/Transforms/ObjCARC/ObjCARCOpts.cpp

index f693c3fb385f3b9ecbd516959ac1dc699619fde9..00d9864953dc53dafc003362827ad8f3bd58394d 100644 (file)
@@ -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;
index 47c158cd5aee8152d288eecb55adc2e22ee368b0..e968c8b22ce969e49cd0bb49b1141d35ce698722 100644 (file)
@@ -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;