summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-06-25 20:33:28 +0000
committerChris Lattner <sabre@nondot.org>2002-06-25 20:33:28 +0000
commit2d38db3b45e9cd3fbd972d4a63b20e3873011087 (patch)
treea38a5ce5081904f50fb88fa969ddcdf867ccb87a
parentf1c0d920e3a308f5dd3cee9504ecc257ca0a4505 (diff)
downloadbcm5719-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.h2
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;
OpenPOWER on IntegriCloud