Include <iostream> here, because most people using DEBUG() want to use std::cerr...
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 21 Jul 2004 20:50:22 +0000 (20:50 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 21 Jul 2004 20:50:22 +0000 (20:50 +0000)
commit7d0276624726ddea3245bb7d88c47db59278bf14
tree80504655c01a8e4c7525ee5ee5ba1a4c5984fa22
parenta31f1f7cb273156a90aa197db9a97946c0e5812c
Include <iostream> here, because most people using DEBUG() want to use std::cerr too.
This means that users of this file do not also need to include <iostream>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15088 91177308-0d34-0410-b5e6-96231b3b80d8
include/Support/Debug.h
include/llvm/Support/Debug.h