commit | fc1f17fa6cfcbc2339f1151f7044f8c6df82f212 | [log] [tgz] |
---|---|---|
author | David Sanders <[email protected]> | Fri Apr 15 00:15:49 2022 |
committer | Chromium LUCI CQ <[email protected]> | Fri Apr 15 00:15:49 2022 |
tree | 081cc13db4a9928d37bae43998bc18ed047532f0 | |
parent | bc664c93556fe759f94ea816051f848668d9481c [diff] [blame] |
Add missing includes of //base/dcheck_is_on.h in //base Bug: 1300573 Change-Id: Iab9ab635ccedda23a5ed8e017496918045d962b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3587350 Commit-Queue: David Sanders <[email protected]> Reviewed-by: Lei Zhang <[email protected]> Commit-Queue: Lei Zhang <[email protected]> Owners-Override: Lei Zhang <[email protected]> Cr-Commit-Position: refs/heads/main@{#992789}
diff --git a/base/thread_annotations.h b/base/thread_annotations.h index 479db6f3..2d83372 100644 --- a/base/thread_annotations.h +++ b/base/thread_annotations.h
@@ -38,6 +38,7 @@ #define BASE_THREAD_ANNOTATIONS_H_ #include "base/check_op.h" +#include "base/dcheck_is_on.h" #include "build/build_config.h" #if defined(__clang__)