mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:16:13 +00:00
#include "base/logging.h" in client/annotation.h for DCHECK()
Bug: crashpad:192 Change-Id: I0da7d1721202794a7fb052731f4457bd5aa53b9f Reviewed-on: https://chromium-review.googlesource.com/741887 Reviewed-by: Robert Sesek <rsesek@chromium.org>
This commit is contained in:
parent
c49da9caef
commit
1dae919b7e
@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
|
||||||
#include "base/logging.h"
|
|
||||||
#include "client/annotation_list.h"
|
#include "client/annotation_list.h"
|
||||||
|
|
||||||
namespace crashpad {
|
namespace crashpad {
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
#include "base/logging.h"
|
||||||
#include "base/macros.h"
|
#include "base/macros.h"
|
||||||
#include "base/numerics/safe_conversions.h"
|
#include "base/numerics/safe_conversions.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user