Fix a FIXME about the format and add a test.
[oota-llvm.git] / lib / Transforms / ObjCARC / ObjCARCAPElim.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;