Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
[oota-llvm.git] / lib / Support / FormattedStream.cpp
index 618ec2673a1696b899e4fa3ca9138bf9c40ad422..2ed71c7e43119ea6d35543455aa7cf039282debe 100644 (file)
@@ -13,6 +13,7 @@
 
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/FormattedStream.h"
+#include "llvm/Support/raw_ostream.h"
 #include <algorithm>
 
 using namespace llvm;