aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Value.h
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2002-06-25 20:22:25 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2002-06-25 20:22:25 +0000
commit4a9f9337511441af0624e754ad9b2b1262ee584d (patch)
tree0fe60ad7a0dbfb4dad68bd8f1e57948f5b9e708d /include/llvm/Value.h
parentb7c6c2a5cc5c7d11243a14a5c01859b1a506ac0c (diff)
downloadexternal_llvm-4a9f9337511441af0624e754ad9b2b1262ee584d.zip
external_llvm-4a9f9337511441af0624e754ad9b2b1262ee584d.tar.gz
external_llvm-4a9f9337511441af0624e754ad9b2b1262ee584d.tar.bz2
changes to make it compatible with 64bit gcc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2786 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Value.h')
-rw-r--r--include/llvm/Value.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Value.h b/include/llvm/Value.h
index 573ca17..e8930e6 100644
--- a/include/llvm/Value.h
+++ b/include/llvm/Value.h
@@ -14,6 +14,7 @@
#include "llvm/Annotation.h"
#include "llvm/AbstractTypeUser.h"
#include "Support/Casting.h"
+#include <ostream>
class User;
class Type;