summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/Writer.cpp
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2002-06-25 20:35:19 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2002-06-25 20:35:19 +0000
commitff4c42b7c3d88595b32ccfdba648afecc0ef445d (patch)
treec57227fbe47af3f47409b8bdf9a9f47cf9917b58 /llvm/lib/Analysis/Writer.cpp
parent4fc92edcc6c2b80a277b61e8e7c6b410a69c2603 (diff)
downloadbcm5719-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.cpp1
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;
OpenPOWER on IntegriCloud