Add missing raw_ostream include

Prior to r259115 this was coming via LTOModule.h and MCContext.h.

Apparently this target is not built by 'check'. =(

llvm-svn: 259124
This commit is contained in:
Reid Kleckner 2016-01-29 00:03:34 +00:00
parent 22d993877b
commit 7c6b5e15da
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Signals.h"
#include "llvm/Support/TargetSelect.h"
#include "llvm/Support/raw_ostream.h"
// extra command-line flags needed for LTOCodeGenerator
static cl::opt<char>