From: Brian Gaeke Date: Wed, 21 Jul 2004 20:50:22 +0000 (+0000) Subject: Include here, because most people using DEBUG() want to use std::cerr... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7d0276624726ddea3245bb7d88c47db59278bf14;p=oota-llvm.git Include 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 . git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15088 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/Support/Debug.h b/include/Support/Debug.h index 66a208811ae..f0a1b3dc5bd 100644 --- a/include/Support/Debug.h +++ b/include/Support/Debug.h @@ -26,6 +26,9 @@ #ifndef SUPPORT_DEBUG_H #define SUPPORT_DEBUG_H +// Unsurprisingly, most users of this macro use std::cerr too. +#include + namespace llvm { // DebugFlag - This boolean is set to true if the '-debug' command line option diff --git a/include/llvm/Support/Debug.h b/include/llvm/Support/Debug.h index 66a208811ae..f0a1b3dc5bd 100644 --- a/include/llvm/Support/Debug.h +++ b/include/llvm/Support/Debug.h @@ -26,6 +26,9 @@ #ifndef SUPPORT_DEBUG_H #define SUPPORT_DEBUG_H +// Unsurprisingly, most users of this macro use std::cerr too. +#include + namespace llvm { // DebugFlag - This boolean is set to true if the '-debug' command line option