From 7d0276624726ddea3245bb7d88c47db59278bf14 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Wed, 21 Jul 2004 20:50:22 +0000 Subject: [PATCH] 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 --- include/Support/Debug.h | 3 +++ include/llvm/Support/Debug.h | 3 +++ 2 files changed, 6 insertions(+) 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 -- 2.34.1