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 | a928403ca41f8816f345550eb184175492b64e30 (patch) | |
tree | f276467ed7d172cbf1cfd7b1983f9340ab3f7284 /lib/Analysis/Writer.cpp | |
parent | add9643e92ad5acfff2bd9a6594dbdc38b5f3dab (diff) |
changes to make it compatible with 64bit gcc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2789 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/Writer.cpp')
-rw-r--r-- | lib/Analysis/Writer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Analysis/Writer.cpp b/lib/Analysis/Writer.cpp index 3624dd1e6a..88561ca7d2 100644 --- a/lib/Analysis/Writer.cpp +++ b/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; |