mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 06:31:50 +08:00
Fix NOTREACHED availability
Fixes NOTREACHED not being available in client/settings.cc. This was available when compiling Crashpad standalone, but not as part of Chromium. Bug: chromium:1358240 Change-Id: Ie61d3beabf9ab953369f8fd25556d6a602c0c043 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/4009734 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
bce9a58c66
commit
0729b08ace
@ -19,6 +19,7 @@
|
||||
#include <limits>
|
||||
|
||||
#include "base/logging.h"
|
||||
#include "base/notreached.h"
|
||||
#include "base/posix/eintr_wrapper.h"
|
||||
#include "build/build_config.h"
|
||||
#include "util/file/filesystem.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user