diff options
author | Chris Lattner <sabre@nondot.org> | 2002-06-25 20:33:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-06-25 20:33:28 +0000 |
commit | 0d1fa552005ebfcd19411ae18b8766b9240cfe1a (patch) | |
tree | 2d27b0f1396bf7904a60e84ba57466e80b324510 | |
parent | 4a9f9337511441af0624e754ad9b2b1262ee584d (diff) | |
download | external_llvm-0d1fa552005ebfcd19411ae18b8766b9240cfe1a.zip external_llvm-0d1fa552005ebfcd19411ae18b8766b9240cfe1a.tar.gz external_llvm-0d1fa552005ebfcd19411ae18b8766b9240cfe1a.tar.bz2 |
We must with with GCC 2.95 :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2787 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Value.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Value.h b/include/llvm/Value.h index e8930e6..fd72873 100644 --- a/include/llvm/Value.h +++ b/include/llvm/Value.h @@ -14,7 +14,7 @@ #include "llvm/Annotation.h" #include "llvm/AbstractTypeUser.h" #include "Support/Casting.h" -#include <ostream> +#include <iostream> class User; class Type; |