Skip to content

Commit

Permalink
win: Include stddef.h for offsetof()
Browse files Browse the repository at this point in the history
A future libc++ revision will stop providing this include transitively.

Bug: 376278210
Change-Id: I79460933ed915bc601278a6d75f2c2ced1130440
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/6049220
Commit-Queue: Nico Weber <[email protected]>
Reviewed-by: Mark Mentovai <[email protected]>
  • Loading branch information
nico authored and Crashpad LUCI CQ committed Nov 25, 2024
1 parent 3b0a429 commit 3f1b841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handler/win/wer/crashpad_wer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "util/misc/address_types.h"
#include "util/win/registration_protocol_win_structs.h"

#include <stddef.h>
#include <Windows.h>
#include <werapi.h>

Expand Down

0 comments on commit 3f1b841

Please sign in to comment.