From ad14e811cfcb20a7da772687ba92f7c0a15349b4 Mon Sep 17 00:00:00 2001 From: "devtools-clrobot@google.com" Date: Thu, 19 Dec 2024 02:09:51 +0000 Subject: [PATCH] tests/fuzzer/*: add missing include Bug: webp:380121350 Change-Id: Ie0910165600317ed8c94305f0a793282e02e1c99 --- tests/fuzzer/imageio_fuzzer.cc | 1 + tests/fuzzer/webp_info_fuzzer.cc | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/fuzzer/imageio_fuzzer.cc b/tests/fuzzer/imageio_fuzzer.cc index 0e2b5beb..600c78a2 100644 --- a/tests/fuzzer/imageio_fuzzer.cc +++ b/tests/fuzzer/imageio_fuzzer.cc @@ -20,6 +20,7 @@ #include #include #include +#include #include "imageio/image_dec.h" #include "imageio/metadata.h" diff --git a/tests/fuzzer/webp_info_fuzzer.cc b/tests/fuzzer/webp_info_fuzzer.cc index 6316f7b0..3b1c7f2e 100644 --- a/tests/fuzzer/webp_info_fuzzer.cc +++ b/tests/fuzzer/webp_info_fuzzer.cc @@ -15,6 +15,7 @@ //////////////////////////////////////////////////////////////////////////////// #include +#include #include "src/webp/mux_types.h" #include "tests/fuzzer/fuzz_utils.h"