We must with with GCC 2.95 :(
authorChris Lattner <sabre@nondot.org>
Tue, 25 Jun 2002 20:33:28 +0000 (20:33 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 25 Jun 2002 20:33:28 +0000 (20:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2787 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Value.h

index e8930e6aca44ddabd56e55ef7461f75b39a24721..fd7287311952311ac43b07573bd9bd9d024f703e 100644 (file)
@@ -14,7 +14,7 @@
 #include "llvm/Annotation.h"
 #include "llvm/AbstractTypeUser.h"
 #include "Support/Casting.h"
-#include <ostream>
+#include <iostream>
 
 class User;
 class Type;