diff --git a/llvm/include/Support/Debug.h b/llvm/include/Support/Debug.h index 66a208811ae0..f0a1b3dc5bdf 100644 --- a/llvm/include/Support/Debug.h +++ b/llvm/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