================ @@ -8,6 +8,9 @@ #include "gwp_asan/utilities.h" +#include <alloca.h> +#include <inttypes.h> ---------------- fabio-d wrote: Including `inttypes.h` seems no longer necessary https://github.com/llvm/llvm-project/pull/95391