Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
[oota-llvm.git] / lib / CodeGen / MachineLoopInfo.cpp
index 89054d4bd52e6c7883a767ac5f36878dbcccaae8..ce6abdd870b3e87a1d5e6491efc6edc492c1db19 100644 (file)
@@ -19,6 +19,7 @@
 #include "llvm/CodeGen/MachineDominators.h"
 #include "llvm/CodeGen/Passes.h"
 #include "llvm/Support/Debug.h"
+#include "llvm/Support/raw_ostream.h"
 using namespace llvm;
 
 // Explicitly instantiate methods in LoopInfoImpl.h for MI-level Loops.