mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 16:23:44 +00:00
include memory header when using unique_ptr
This is to fix build error on Windows. Bug: chromium:1294084 Change-Id: I8e6a2e46d53d6f5b02343b81cfaa078580a8326d Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3438886 Reviewed-by: Joshua Peraza <jperaza@chromium.org>
This commit is contained in:
parent
8205b6edb8
commit
3123f102ff
2 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
#include <atlcomcli.h>
|
||||
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#include <ImageHlp.h>
|
||||
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
|
||||
#include "common/windows/string_utils-inl.h"
|
||||
#include "common/windows/guid_string.h"
|
||||
|
|
Loading…
Reference in a new issue