[Lldb-commits] [lldb] [lldb] Include SBFormat.h in LLDB.h (PR #79194)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 23 11:21:18 PST 2024
https://github.com/bulbazord created https://github.com/llvm/llvm-project/pull/79194
This was likely overlooked when SBFormat was added.
>From d96c07d55a76d333193a033cd0516243d01e2bf4 Mon Sep 17 00:00:00 2001
From: Alex Langford <alangford at apple.com>
Date: Tue, 23 Jan 2024 11:20:19 -0800
Subject: [PATCH] [lldb] Include SBFormat.h in LLDB.h
This was likely overlooked when SBFormat was added.
---
lldb/include/lldb/API/LLDB.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/lldb/include/lldb/API/LLDB.h b/lldb/include/lldb/API/LLDB.h
index f652d1bdb835b59..f5f1b87a046c2a6 100644
--- a/lldb/include/lldb/API/LLDB.h
+++ b/lldb/include/lldb/API/LLDB.h
@@ -33,6 +33,7 @@
#include "lldb/API/SBFile.h"
#include "lldb/API/SBFileSpec.h"
#include "lldb/API/SBFileSpecList.h"
+#include "lldb/API/SBFormat.h"
#include "lldb/API/SBFrame.h"
#include "lldb/API/SBFunction.h"
#include "lldb/API/SBHostOS.h"
More information about the lldb-commits
mailing list