forked from OSchip/llvm-project
Need iostream to be included for the time being.
llvm-svn: 31820
This commit is contained in:
parent
9594f3a196
commit
605795ea8c
|
@ -18,6 +18,7 @@
|
|||
#include "llvm/Pass.h"
|
||||
#include "llvm/Value.h"
|
||||
#include "llvm/Analysis/CallGraph.h"
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
using namespace llvm;
|
||||
|
||||
|
|
Loading…
Reference in New Issue