From b8937c6cb4b38c1ca06b46791c84b31632895f1f Mon Sep 17 00:00:00 2001 From: Takuto Ikuta Date: Mon, 28 Oct 2024 16:34:16 +0900 Subject: [PATCH] tools: fix missing include for EXIT_{SUCCESS,FAILURE} Bug: 375980422 Change-Id: Ia3afad0d2a8bf701f783720554ca8887a34b6fda Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/5969699 Reviewed-by: Mark Mentovai Commit-Queue: Takuto Ikuta --- tools/base94_encoder.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/base94_encoder.cc b/tools/base94_encoder.cc index c99210f2..31cabe79 100644 --- a/tools/base94_encoder.cc +++ b/tools/base94_encoder.cc @@ -14,6 +14,7 @@ #include #include +#include #include "base/files/file_path.h" #include "build/build_config.h"