From c0ec51afe09c266c49dfeb2dd079ca6c50f119d2 Mon Sep 17 00:00:00 2001 From: mmentovai Date: Mon, 5 Apr 2010 19:54:48 +0000 Subject: [PATCH] Include what you use. Patch by Adam Langley . r=me git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@568 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/common/dwarf/functioninfo.cc | 3 +++ src/tools/linux/symupload/sym_upload.cc | 1 + 2 files changed, 4 insertions(+) diff --git a/src/common/dwarf/functioninfo.cc b/src/common/dwarf/functioninfo.cc index 69304c86..d8ab7da9 100644 --- a/src/common/dwarf/functioninfo.cc +++ b/src/common/dwarf/functioninfo.cc @@ -30,10 +30,13 @@ // information from the debug info. #include +#include +#include #include #include #include +#include #include "common/dwarf/functioninfo.h" diff --git a/src/tools/linux/symupload/sym_upload.cc b/src/tools/linux/symupload/sym_upload.cc index 4e4da065..bd040519 100644 --- a/src/tools/linux/symupload/sym_upload.cc +++ b/src/tools/linux/symupload/sym_upload.cc @@ -40,6 +40,7 @@ // symbol_file: the contents of the breakpad-format symbol file #include +#include #include #include