Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
[oota-llvm.git] / lib / ProfileData / CoverageMappingReader.cpp
index 0ca42e4bfdb374f7745b2edf1a6a9d16764422e7..12e9e888d3688e3fb6b74f011b96bea1c3f8c413 100644 (file)
@@ -19,6 +19,7 @@
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/Endian.h"
 #include "llvm/Support/LEB128.h"
+#include "llvm/Support/raw_ostream.h"
 
 using namespace llvm;
 using namespace coverage;