Commit 412840ae authored by Peter Collingbourne's avatar Peter Collingbourne Committed by Commit Bot

crash: Add missing #include.

Found by compiling with libc++ on Windows.

Bug: 801780
Change-Id: I3fe12643ed23c8757f1620b3c33253257999dd17
Reviewed-on: https://chromium-review.googlesource.com/874522Reviewed-by: default avatarMark Mentovai <mark@chromium.org>
Commit-Queue: Peter Collingbourne <pcc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#530456}
parent f142aaa8
......@@ -4,12 +4,13 @@
#include "components/crash/content/app/breakpad_win.h"
#include <windows.h>
#include <crtdbg.h>
#include <intrin.h>
#include <shellapi.h>
#include <stddef.h>
#include <tchar.h>
#include <userenv.h>
#include <windows.h>
#include <winnt.h>
#include <algorithm>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment