mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 11:13:37 +00:00
Fix missing <memory> header for Windows dump_syms
Change-Id: Ia58efa4ec5b30f644f8114eab85ef589271291dd Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3271972 Reviewed-by: Nelson Billing <nbilling@google.com> Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
4708e6fb8b
commit
34af6bcff1
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
#include <stdio.h>
|
||||
#include <wchar.h>
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "common/windows/pdb_source_line_writer.h"
|
||||
|
|
Loading…
Reference in a new issue