diff options
author | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-06-25 20:35:19 +0000 |
---|---|---|
committer | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-06-25 20:35:19 +0000 |
commit | ff4c42b7c3d88595b32ccfdba648afecc0ef445d (patch) | |
tree | c57227fbe47af3f47409b8bdf9a9f47cf9917b58 /llvm/lib/Analysis/Writer.cpp | |
parent | 4fc92edcc6c2b80a277b61e8e7c6b410a69c2603 (diff) | |
download | bcm5719-llvm-ff4c42b7c3d88595b32ccfdba648afecc0ef445d.tar.gz bcm5719-llvm-ff4c42b7c3d88595b32ccfdba648afecc0ef445d.zip |
changes to make it compatible with 64bit gcc
llvm-svn: 2789
Diffstat (limited to 'llvm/lib/Analysis/Writer.cpp')
-rw-r--r-- | llvm/lib/Analysis/Writer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/Writer.cpp b/llvm/lib/Analysis/Writer.cpp index 3624dd1e6a1..88561ca7d26 100644 --- a/llvm/lib/Analysis/Writer.cpp +++ b/llvm/lib/Analysis/Writer.cpp @@ -14,6 +14,7 @@ #include <iterator> #include <algorithm> #include <string> +#include <iostream> using std::ostream; using std::set; using std::vector; |