Need iostream to be included for the time being.

llvm-svn: 31820
This commit is contained in:
Bill Wendling 2006-11-17 10:05:07 +00:00
parent 9594f3a196
commit 605795ea8c
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include "llvm/Pass.h"
#include "llvm/Value.h"
#include "llvm/Analysis/CallGraph.h"
#include <iostream>
#include <fstream>
using namespace llvm;