From c0ec51afe09c266c49dfeb2dd079ca6c50f119d2 Mon Sep 17 00:00:00 2001 From: mmentovai Date: Mon, 5 Apr 2010 19:54:48 +0000 Subject: 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 +++ 1 file changed, 3 insertions(+) (limited to 'src/common/dwarf') 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" -- cgit v1.2.1