Skip to content

Commit

Permalink
Merge crashpad linux compilation failure fix #1299
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Mar 12, 2024
2 parents a75c40a + f1a4596 commit d54a48b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#ifndef MINI_CHROMIUM_BASE_LOGGING_H_
#define MINI_CHROMIUM_BASE_LOGGING_H_

#include <stdint.h>
#include <assert.h>
#include <errno.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#define MINI_CHROMIUM_BASE_STRINGS_UTF_STRING_CONVERSION_UTILS_H_

#include <string>
#include <stdint.h>

namespace base {

Expand Down

0 comments on commit d54a48b

Please sign in to comment.