Skip to content

Commit

Permalink
Fix missing <memory> header for Windows dump_syms
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sunbreak authored and markmentovai committed Feb 13, 2022
1 parent 4708e6f commit 34af6bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/windows/dump_syms/dump_syms.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include <stdio.h>
#include <wchar.h>

#include <memory>
#include <string>

#include "common/windows/pdb_source_line_writer.h"
Expand Down

0 comments on commit 34af6bc

Please sign in to comment.