Skip to content

Commit

Permalink
IWYU: Add stdint.h for uint types
Browse files Browse the repository at this point in the history
Needed for GCC 13.

Bug: 957519
Change-Id: Id587d71152710cf63f4e79fcaa92eb5ba7e24ce7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4444629
Auto-Submit: Sam James <sam@gentoo.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1132859}
  • Loading branch information
thesamesam authored and Chromium LUCI CQ committed Apr 20, 2023
1 parent d5af3e6 commit 3db5c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -1091,6 +1091,7 @@ Saikrishna Arcot <saiarcot895@gmail.com>
Sajal Khandelwal <skhandelwa22@bloomberg.net>
Saksham Mittal <gotlouemail@gmail.com>
Salvatore Iovene <salvatore.iovene@intel.com>
Sam James <sam@gentoo.org>
Sam Larison <qufighter@gmail.com>
Sam McDonald <sam@sammcd.com>
Samuel Attard <samuel.r.attard@gmail.com>
Expand Down
1 change: 1 addition & 0 deletions base/containers/span.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#define BASE_CONTAINERS_SPAN_H_

#include <stddef.h>
#include <stdint.h>

#include <array>
#include <iterator>
Expand Down

0 comments on commit 3db5c72

Please sign in to comment.