Need <iostream> for the time being.

llvm-svn: 31821
This commit is contained in:
Bill Wendling 2006-11-17 10:09:22 +00:00
parent 68b475d560
commit 17c96ef0de
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include "llvm/System/Process.h"
#include "llvm/System/Signals.h"
#include "llvm/LinkAllVMCore.h"
#include <iostream>
using namespace llvm;
// AsChild - Specifies that this invocation of bugpoint is being generated

View File

@ -24,6 +24,7 @@
#include "llvm/Transforms/Scalar.h"
#include "llvm/Support/PassNameParser.h"
#include "llvm/Support/PluginLoader.h"
#include <iostream>
using namespace llvm;
// Pass Name Options as generated by the PassNameParser