Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
[oota-llvm.git] / lib / IR / AsmWriter.cpp
index 42a3a8e2583d92f579c26f643d56cc8e5c4ffd3a..4eba3212e2b8040fe9bdaef0f1a33d77ccdd4f94 100644 (file)
@@ -39,6 +39,7 @@
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/FormattedStream.h"
 #include "llvm/Support/MathExtras.h"
+#include "llvm/Support/raw_ostream.h"
 #include <algorithm>
 #include <cctype>
 using namespace llvm;