[VE] Add include for formatted_raw_ostream after 046cfb8565

This commit is contained in:
Fangrui Song 2021-01-29 11:18:30 -08:00
parent caaaebcde4
commit ee4f8860e5
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,6 @@
#include "VETargetStreamer.h"
#include "VEInstPrinter.h"
#include "llvm/Support/FormattedStream.h"
using namespace llvm;

View File

@ -11,6 +11,7 @@
#include "llvm/MC/MCELFStreamer.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/Support/FormattedStream.h"
namespace llvm {
class VETargetStreamer : public MCTargetStreamer {