From 2c2ae2854198ca20c48e62c05816fbaacdd474c7 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek" Date: Sun, 24 Feb 2008 21:04:51 +0000 Subject: issue 238 - missing includes compiling with gcc 4.3. patch by taras glek, r=me git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@240 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/linux/handler/exception_handler.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/linux/handler/exception_handler.cc') diff --git a/src/client/linux/handler/exception_handler.cc b/src/client/linux/handler/exception_handler.cc index e23f0f5f..b87acf4d 100644 --- a/src/client/linux/handler/exception_handler.cc +++ b/src/client/linux/handler/exception_handler.cc @@ -37,6 +37,7 @@ #include #include #include +#include #include "client/linux/handler/exception_handler.h" #include "common/linux/guid_creator.h" -- cgit v1.2.1