summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit949659c0e2b2fef6b0201a3538821e54cbb30fa1 (patch)
tree6e75f2ace9c8c12f153f0c9a519f5f699f5035a0 /llvm/lib
parentfef3241cc638ccb832c6330d88627d1715eb1480 (diff)
downloadbcm5719-llvm-949659c0e2b2fef6b0201a3538821e54cbb30fa1.tar.gz
bcm5719-llvm-949659c0e2b2fef6b0201a3538821e54cbb30fa1.zip
added include<iostream> for cerr
llvm-svn: 2800
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/VMCore/Constants.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/Constants.cpp b/llvm/lib/VMCore/Constants.cpp
index dcce830d16c..e918a248550 100644
--- a/llvm/lib/VMCore/Constants.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud