Fix error: ‘std::ostream’ has not been declared

when compiling with gcc 4.3.

llvm-svn: 54041
This commit is contained in:
Duncan Sands 2008-07-25 19:29:14 +00:00
parent 59063cb315
commit 082af393ff
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include "llvm/Support/DataTypes.h"
#include <cassert>
#include <iosfwd>
#include <vector>
namespace llvm {