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>.

llvm-svn: 15088
This commit is contained in:
Brian Gaeke 2004-07-21 20:50:22 +00:00
parent dbd14bc3e5
commit 025daeeee6
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@
#ifndef SUPPORT_DEBUG_H
#define SUPPORT_DEBUG_H
// Unsurprisingly, most users of this macro use std::cerr too.
#include <iostream>
namespace llvm {
// DebugFlag - This boolean is set to true if the '-debug' command line option