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:
mmentovai 2008-09-15 18:16:49 +00:00
parent 11dc028694
commit 9fcf4db315
2 changed files with 2 additions and 0 deletions

View file

@ -36,6 +36,7 @@
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#ifdef _WIN32

View file

@ -36,6 +36,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <algorithm>
#include <cassert>
#include "processor/simple_symbol_supplier.h"