0

IWYU: missing include for usage of int8_t in ink_brush_behavior.h

Bug: 41455655
Change-Id: Ibb1ca76cd7b1aa437d91060b5c83af15c3fb9ceb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5475207
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1291265}
This commit is contained in:
Jose Dapena Paz
2024-04-23 14:43:56 +00:00
committed by Chromium LUCI CQ
parent b9e4dc11f9
commit 378fa30126

@ -5,6 +5,7 @@
#ifndef PDF_INK_INK_BRUSH_BEHAVIOR_H_
#define PDF_INK_INK_BRUSH_BEHAVIOR_H_
#include <cstdint>
#include <optional>
namespace chrome_pdf {