0

IWYU: add cstdint for uintptr_t in partition_alloc_forward

Bug: 957519
Change-Id: I79555eadba4540874cd22190c9573c5ae95bf832
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4191287
Commit-Queue: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Auto-Submit: Stephan Hartmann <stha09@googlemail.com>
Cr-Commit-Position: refs/heads/main@{#1096497}
This commit is contained in:
Stephan Hartmann
2023-01-24 23:58:43 +00:00
committed by Chromium LUCI CQ
parent 3c8a733b4e
commit 5fa93d7dff

@ -7,6 +7,7 @@
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <type_traits>
#include "base/allocator/partition_allocator/partition_alloc_base/compiler_specific.h"