summaryrefslogtreecommitdiffstats
path: root/Source/cmMessenger.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMessenger.h')
-rw-r--r--Source/cmMessenger.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmMessenger.h b/Source/cmMessenger.h
index b6f5712..8287e70 100644
--- a/Source/cmMessenger.h
+++ b/Source/cmMessenger.h
@@ -4,6 +4,7 @@
#include "cmConfigure.h" // IWYU pragma: keep
+#include <iosfwd>
#include <string>
#include "cmListFileCache.h"
@@ -47,6 +48,10 @@ public:
return this->DeprecatedWarningsAsErrors;
}
+ // Print the top of a backtrace.
+ void PrintBacktraceTitle(std::ostream& out,
+ cmListFileBacktrace const& bt) const;
+
private:
bool IsMessageTypeVisible(MessageType t) const;
MessageType ConvertMessageType(MessageType t) const;