Skip to content

Commit 162e4b8

Browse files
committed
Include <vector> in WatchpointResource.h
On macOS <vector> was already included via another header file, but this failed on the CI bots. I'd tested on linux earlier in this patch's life when the headers were differently arranged. (cherry picked from commit a0a1ff3)
1 parent c73a3f1 commit 162e4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/include/lldb/Breakpoint/WatchpointResource.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "lldb/lldb-public.h"
1414

1515
#include <mutex>
16-
#include <set>
16+
#include <vector>
1717

1818
namespace lldb_private {
1919

0 commit comments

Comments
 (0)