Skip to content

Commit

Permalink
Include build_config.h before checking COMPILER_MSVC
Browse files Browse the repository at this point in the history
This is caught by chromium presubmit when rolling crashpad.

[email protected]

Change-Id: Ida9ff07e7b2bd27808c092afbc5a1345fa29a4f3
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/5515300
Reviewed-by: Mark Mentovai <[email protected]>
Commit-Queue: danakj <[email protected]>
  • Loading branch information
danakj authored and Crashpad LUCI CQ committed May 6, 2024
1 parent 84c8773 commit 5c09c9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/win/ntstatus_logging.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "base/immediate_crash.h"
#include "base/scoped_clear_last_error.h"
#include "base/strings/stringprintf.h"
#include "build/build_config.h"

namespace {

Expand Down

0 comments on commit 5c09c9a

Please sign in to comment.