From 1dae919b7e5ab2c8275198924a1d83ef7d98f8db Mon Sep 17 00:00:00 2001 From: Mark Mentovai Date: Fri, 27 Oct 2017 14:00:43 -0400 Subject: [PATCH] #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 --- client/annotation.cc | 1 - client/annotation.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/client/annotation.cc b/client/annotation.cc index b2f23d09..22c73956 100644 --- a/client/annotation.cc +++ b/client/annotation.cc @@ -16,7 +16,6 @@ #include -#include "base/logging.h" #include "client/annotation_list.h" namespace crashpad { diff --git a/client/annotation.h b/client/annotation.h index a1dd37e9..40f54814 100644 --- a/client/annotation.h +++ b/client/annotation.h @@ -22,6 +22,7 @@ #include #include +#include "base/logging.h" #include "base/macros.h" #include "base/numerics/safe_conversions.h"