mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-01-23 12:01:10 +00:00
Include what you use: include <algorithm> and <string.h> as needed. Patch by
Robert Henry. r=me git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@284 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
11dc028694
commit
9fcf4db315
|
@ -36,6 +36,7 @@
|
|||
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
#ifdef _WIN32
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "processor/simple_symbol_supplier.h"
|
||||
|
|
Loading…
Reference in a new issue