- #include <iostream> since its not in Value.h any more.

llvm-svn: 14617
This commit is contained in:
Reid Spencer 2004-07-04 11:55:37 +00:00
parent c107d6ff87
commit 8baf8e270a
4 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include "SymbolTableListTraitsImpl.h"
#include <algorithm>
#include <cstdarg>
#include <iostream>
#include <map>
using namespace llvm;

View File

@ -19,6 +19,7 @@
#include "llvm/ModuleProvider.h"
#include "Support/STLExtras.h"
#include "Support/TypeInfo.h"
#include <iostream>
#include <set>
using namespace llvm;

View File

@ -17,6 +17,7 @@
#include "llvm/Constant.h"
#include "Support/LeakDetector.h"
#include <algorithm>
#include <iostream>
using namespace llvm;
//===----------------------------------------------------------------------===//

View File

@ -55,6 +55,7 @@
#include "llvm/Support/InstVisitor.h"
#include "Support/STLExtras.h"
#include <algorithm>
#include <iostream>
#include <sstream>
using namespace llvm;