Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
[oota-llvm.git] / lib / Analysis / LoopInfo.cpp
index 95f6eb0af0f549b49c951b2e218da07871ff13f1..6462b0670ffec1adb6fd8ce858018bbe1e778019 100644 (file)
@@ -29,6 +29,7 @@
 #include "llvm/IR/PassManager.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
+#include "llvm/Support/raw_ostream.h"
 #include <algorithm>
 using namespace llvm;