forked from OSchip/llvm-project
Add #include <iostream> which is needed now that Value.h doesn't include it
llvm-svn: 14600
This commit is contained in:
parent
6eecc40b2d
commit
646f829e33
|
@ -20,6 +20,7 @@
|
|||
#include "llvm/Module.h"
|
||||
#include "Support/FileUtilities.h"
|
||||
#include <cstdlib>
|
||||
#include <iostream>
|
||||
using namespace llvm;
|
||||
|
||||
namespace {
|
||||
|
|
Loading…
Reference in New Issue