forked from OSchip/llvm-project
Fix error: ‘std::ostream’ has not been declared
when compiling with gcc 4.3. llvm-svn: 54041
This commit is contained in:
parent
59063cb315
commit
082af393ff
|
@ -16,6 +16,7 @@
|
|||
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include <cassert>
|
||||
#include <iosfwd>
|
||||
#include <vector>
|
||||
|
||||
namespace llvm {
|
||||
|
|
Loading…
Reference in New Issue