Skip to content

Commit

Permalink
mainline version gcc-13 cannot use "uintptr_t" via "#include <string>"
Browse files Browse the repository at this point in the history
Change-Id: I0049bb92658b4226e32783ad4d8271787deef5f3
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3964166
Reviewed-by: Mike Frysinger <vapier@chromium.org>
  • Loading branch information
mingtaoxt xt authored and vapier committed Oct 20, 2022
1 parent 73c2937 commit 7ea7ded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/linux/handler/minidump_descriptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <assert.h>
#include <sys/types.h>

#include <cstdint>
#include <string>

#include "client/linux/handler/microdump_extra_info.h"
Expand Down

0 comments on commit 7ea7ded

Please sign in to comment.