[all-commits] [llvm/llvm-project] a0a1ff: Include <vector> in WatchpointResource.h

Jason Molenda via All-commits all-commits at lists.llvm.org
Mon Nov 27 13:41:15 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a0a1ff3ab40e347589b4e27d8fd350c600526735
      https://github.com/llvm/llvm-project/commit/a0a1ff3ab40e347589b4e27d8fd350c600526735
  Author: Jason Molenda <jason at molenda.com>
  Date:   2023-11-27 (Mon, 27 Nov 2023)

  Changed paths:
    M lldb/include/lldb/Breakpoint/WatchpointResource.h

  Log Message:
  -----------
  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.




More information about the All-commits mailing list