1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

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 f7d5e35caa
commit 601f6f5c64

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;