aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@chromium.org>2020-06-18 09:13:57 +0000
committerCopybara-Service <copybara-worker@google.com>2021-07-25 21:04:56 -0700
commit87a1494fd0aaca4b6f0dd2b406cc2abc922ddf1c (patch)
tree2cd2d0fa8b070f94ea364e7029c5aa3c45717683
parent5a340be6734e4615865e79cca0114ae48c72284f (diff)
downloadzucchini-87a1494fd0aaca4b6f0dd2b406cc2abc922ddf1c.tar.gz
Include-what-you-use related to logging.h (components)
Add direct includes for things provided transitively by logging.h (or by other headers including logging.h). This is in preparation for cleaning up unnecessary includes of logging.h in header files (so if something depends on logging.h, it needs include it explicitly), and for when logging.h no longer includes check.h, check_op.h, and notreached.h. Bug: 1031540 Change-Id: I0ff3ce30d29dd57837e3c156940d11247a46d661 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248688 Commit-Queue: Hans Wennborg <hans@chromium.org> Auto-Submit: Hans Wennborg <hans@chromium.org> Reviewed-by: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#779725} NOKEYCHECK=True GitOrigin-RevId: 5bafbb92230ad5f59e1fc6e1d3f5d638c34b9dad
-rw-r--r--heuristic_ensemble_matcher.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/heuristic_ensemble_matcher.cc b/heuristic_ensemble_matcher.cc
index 1e99d5b..d6acdbd 100644
--- a/heuristic_ensemble_matcher.cc
+++ b/heuristic_ensemble_matcher.cc
@@ -11,6 +11,7 @@
#include <vector>
#include "base/bind.h"
+#include "base/logging.h"
#include "base/numerics/safe_conversions.h"
#include "base/strings/stringprintf.h"
#include "components/zucchini/binary_data_histogram.h"