#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:
Mark Mentovai 2017-10-27 14:00:43 -04:00
parent c49da9caef
commit 1dae919b7e
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,6 @@
#include <type_traits>
#include "base/logging.h"
#include "client/annotation_list.h"
namespace crashpad {

View File

@ -22,6 +22,7 @@
#include <string.h>
#include <sys/types.h>
#include "base/logging.h"
#include "base/macros.h"
#include "base/numerics/safe_conversions.h"