Fix the wasm build by including EndianStream.h

llvm-svn: 273591
This commit is contained in:
Reid Kleckner
2016-06-23 18:12:31 +00:00
parent ae72fa2f97
commit 8f4bd1fdf2

View File

@@ -22,6 +22,7 @@
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/Support/EndianStream.h"
#include "llvm/Support/raw_ostream.h"
using namespace llvm;