[Lldb-commits] [lldb] 7ca8feb - [lldb] Include SBFormat.h in LLDB.h (#79194)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 23 12:14:10 PST 2024
Author: Alex Langford
Date: 2024-01-23T12:14:06-08:00
New Revision: 7ca8feb1b89dfe62c9c3a06aa0585adbcd019eff
URL: https://github.com/llvm/llvm-project/commit/7ca8feb1b89dfe62c9c3a06aa0585adbcd019eff
DIFF: https://github.com/llvm/llvm-project/commit/7ca8feb1b89dfe62c9c3a06aa0585adbcd019eff.diff
LOG: [lldb] Include SBFormat.h in LLDB.h (#79194)
This was likely overlooked when SBFormat was added.
Added:
Modified:
lldb/include/lldb/API/LLDB.h
Removed:
################################################################################
diff --git a/lldb/include/lldb/API/LLDB.h b/lldb/include/lldb/API/LLDB.h
index f652d1bdb835b5..f5f1b87a046c2a 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