Fix Windows build by including raw_ostream.h

llvm-svn: 246486
This commit is contained in:
Hans Wennborg
2015-08-31 21:19:18 +00:00
parent 4a61370b8f
commit 043bf5b296

View File

@@ -33,6 +33,7 @@
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Analysis/TargetLibraryInfo.h"
using namespace llvm;