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

when compiling with gcc 4.3.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54041 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands 2008-07-25 19:29:14 +00:00
parent 907f46a81f
commit fcaa13a65c

View File

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