Include what you use.
Patch by Adam Langley <agl@chromium.org>. r=me git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@568 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
87855248f1
commit
c0ec51afe0
2 changed files with 4 additions and 0 deletions
|
@ -30,10 +30,13 @@
|
|||
// information from the debug info.
|
||||
|
||||
#include <assert.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <map>
|
||||
#include <queue>
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
||||
#include "common/dwarf/functioninfo.h"
|
||||
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
// symbol_file: the contents of the breakpad-format symbol file
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <cstdio>
|
||||
#include <cassert>
|
||||
|
|
Loading…
Reference in a new issue