We need iostream in PassManagerT.h to use cerr

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3183 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-07-31 18:04:17 +00:00
parent e540dda536
commit 7a40d6db08
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,6 @@
#include "Support/STLExtras.h"
#include "Support/TypeInfo.h"
#include <typeinfo>
#include <iostream>
#include <sys/time.h>
#include <stdio.h>

View File

@ -18,6 +18,7 @@
#include "llvm/Pass.h"
#include "Support/CommandLine.h"
#include <algorithm>
#include <iostream>
class Annotable;
//===----------------------------------------------------------------------===//