From ef262d1ee3c2567d5291773e67ca860f9fdca6f7 Mon Sep 17 00:00:00 2001 From: Mark Mentovai Date: Fri, 27 Oct 2017 14:12:30 -0400 Subject: [PATCH] #include "build/build_config.h" where needed Change-Id: I45c1afe73e8570dfcedde6da01375a4533bb355a Reviewed-on: https://chromium-review.googlesource.com/741891 Reviewed-by: Robert Sesek --- client/annotation.h | 1 + util/file/filesystem_test.cc | 1 + 2 files changed, 2 insertions(+) diff --git a/client/annotation.h b/client/annotation.h index 40f54814..141aa123 100644 --- a/client/annotation.h +++ b/client/annotation.h @@ -25,6 +25,7 @@ #include "base/logging.h" #include "base/macros.h" #include "base/numerics/safe_conversions.h" +#include "build/build_config.h" namespace crashpad { diff --git a/util/file/filesystem_test.cc b/util/file/filesystem_test.cc index d83172d6..8657e5b0 100644 --- a/util/file/filesystem_test.cc +++ b/util/file/filesystem_test.cc @@ -15,6 +15,7 @@ #include "util/file/filesystem.h" #include "base/logging.h" +#include "build/build_config.h" #include "gtest/gtest.h" #include "test/gtest_disabled.h" #include "test/scoped_temp_dir.h"