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 | 2d38db3b45e9cd3fbd972d4a63b20e3873011087 (patch) | |
| tree | a38a5ce5081904f50fb88fa969ddcdf867ccb87a | |
| parent | f1c0d920e3a308f5dd3cee9504ecc257ca0a4505 (diff) | |
| download | bcm5719-llvm-2d38db3b45e9cd3fbd972d4a63b20e3873011087.tar.gz bcm5719-llvm-2d38db3b45e9cd3fbd972d4a63b20e3873011087.zip | |
We must with with GCC 2.95 :(
llvm-svn: 2787
| -rw-r--r-- | llvm/include/llvm/Value.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Value.h b/llvm/include/llvm/Value.h index e8930e6aca4..fd728731195 100644 --- a/llvm/include/llvm/Value.h +++ b/llvm/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; |

