mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
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:
parent
28e92a3fde
commit
18a3ff1140
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user