aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2002-06-25 22:04:00 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2002-06-25 22:04:00 +0000
commit60a786e9e971f883d3c292670b21c9f4a7d7adc8 (patch)
treef5c55ebc13034e7254662c574bfb1c2ed9abca44 /lib
parentcf17bcc7e73cf9dc1c8c74dae50a6694fb124f0f (diff)
added include<iostream> for cerr
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2800 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/VMCore/Constants.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VMCore/Constants.cpp b/lib/VMCore/Constants.cpp
index dcce830d16..e918a24855 100644
--- a/lib/VMCore/Constants.cpp
+++ b/lib/VMCore/Constants.cpp
@@ -12,6 +12,7 @@
#include "llvm/SlotCalculator.h"
#include "Support/StringExtras.h"
#include <algorithm>
+#include <iostream>
using std::map;
using std::pair;