summaryrefslogtreecommitdiff
path: root/include
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
commit0d1fa552005ebfcd19411ae18b8766b9240cfe1a (patch)
tree2d27b0f1396bf7904a60e84ba57466e80b324510 /include
parent4a9f9337511441af0624e754ad9b2b1262ee584d (diff)
downloadllvm-0d1fa552005ebfcd19411ae18b8766b9240cfe1a.tar.gz
llvm-0d1fa552005ebfcd19411ae18b8766b9240cfe1a.tar.bz2
llvm-0d1fa552005ebfcd19411ae18b8766b9240cfe1a.tar.xz
We must with with GCC 2.95 :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2787 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Value.h b/include/llvm/Value.h
index e8930e6aca..fd72873119 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;