1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Add an #include of raw_ostream.h. Previously, this only compiled

because it was using Twine.h's declaration of operator<<(const Twine &).

llvm-svn: 114141
This commit is contained in:
Dan Gohman 2010-09-17 00:33:43 +00:00
parent d8c305452a
commit 2f0d88bcbe

View File

@ -16,6 +16,7 @@
#include "llvm/Support/CallSite.h" #include "llvm/Support/CallSite.h"
#include "llvm/Support/InstIterator.h" #include "llvm/Support/InstIterator.h"
#include "llvm/Support/ErrorHandling.h" #include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/ADT/SetVector.h" #include "llvm/ADT/SetVector.h"
using namespace llvm; using namespace llvm;