[Lldb-commits] [lldb] 6313830 - Fix missing include from #166664
via lldb-commits
lldb-commits at lists.llvm.org
Sat Nov 8 07:32:44 PST 2025
Author: Walter Lee
Date: 2025-11-08T10:32:39-05:00
New Revision: 6313830d07147665c8a43b42110dae7c12e60186
URL: https://github.com/llvm/llvm-project/commit/6313830d07147665c8a43b42110dae7c12e60186
DIFF: https://github.com/llvm/llvm-project/commit/6313830d07147665c8a43b42110dae7c12e60186.diff
LOG: Fix missing include from #166664
Added:
Modified:
lldb/include/lldb/lldb-private-interfaces.h
Removed:
################################################################################
diff --git a/lldb/include/lldb/lldb-private-interfaces.h b/lldb/include/lldb/lldb-private-interfaces.h
index 2fe3af7c62e00..5fc5c14c52f9e 100644
--- a/lldb/include/lldb/lldb-private-interfaces.h
+++ b/lldb/include/lldb/lldb-private-interfaces.h
@@ -15,6 +15,7 @@
#include "lldb/lldb-types.h"
#include <memory>
#include <set>
+#include <vector>
namespace llvm {
namespace json {
More information about the lldb-commits
mailing list