From cb1f6adb6fb1cbc5d0155a36adf7401b04702f06 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 24 Apr 2008 15:56:36 +0000 Subject: INTEGRATION: CWS cmcfixes43 (1.26.44); FILE MERGED 2008/03/03 11:29:40 cmc 1.26.44.1: #i86637# include limits.h to build with gcc 4.3.0 --- crashrep/source/unx/main.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crashrep/source/unx/main.cxx b/crashrep/source/unx/main.cxx index 92347f2456ac..373407a78979 100755 --- a/crashrep/source/unx/main.cxx +++ b/crashrep/source/unx/main.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: main.cxx,v $ - * $Revision: 1.28 $ + * $Revision: 1.29 $ * * This file is part of OpenOffice.org. * @@ -40,6 +40,7 @@ #include #include #include +#include #include #include -- cgit