mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
fix: include missing header file
Include the header from base/ where NOTREACHED is defined. This fixes a build failure on Windows on Arm. The patch was originally created by Richard Townsend <richard.townsend@arm.com>. Bug: 1100363 Change-Id: Ic97f7c217f22e51f1d4c9bd87ae434e263975c6d Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2279091 Commit-Queue: Mark Mentovai <mark@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
9f4741d4de
commit
e46f30cc54
@ -23,7 +23,9 @@
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "base/check_op.h"
|
||||
#include "base/logging.h"
|
||||
#include "base/notreached.h"
|
||||
#include "base/numerics/safe_conversions.h"
|
||||
#include "base/strings/stringprintf.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user