Return-Path: X-Original-To: apmail-openoffice-commits-archive@www.apache.org Delivered-To: apmail-openoffice-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E5679119EE for ; Sat, 17 May 2014 03:27:35 +0000 (UTC) Received: (qmail 67585 invoked by uid 500); 17 May 2014 02:57:00 -0000 Delivered-To: apmail-openoffice-commits-archive@openoffice.apache.org Received: (qmail 78494 invoked by uid 500); 17 May 2014 02:42:01 -0000 Mailing-List: contact commits-help@openoffice.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openoffice.apache.org Delivered-To: mailing list commits@openoffice.apache.org Received: (qmail 76802 invoked by uid 99); 17 May 2014 02:40:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 May 2014 02:40:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 May 2014 02:40:47 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 406A7238889B; Sat, 17 May 2014 02:40:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1595419 - /openoffice/trunk/main/sal/osl/w32/path_helper.hxx Date: Sat, 17 May 2014 02:40:23 -0000 To: commits@openoffice.apache.org From: steve_y@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140517024023.406A7238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: steve_y Date: Sat May 17 02:40:22 2014 New Revision: 1595419 URL: http://svn.apache.org/r1595419 Log: i124896 add including of rtl/alloc.h in path_helper.hxx for win32 Modified: openoffice/trunk/main/sal/osl/w32/path_helper.hxx Modified: openoffice/trunk/main/sal/osl/w32/path_helper.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sal/osl/w32/path_helper.hxx?rev=1595419&r1=1595418&r2=1595419&view=diff ============================================================================== --- openoffice/trunk/main/sal/osl/w32/path_helper.hxx (original) +++ openoffice/trunk/main/sal/osl/w32/path_helper.hxx Sat May 17 02:40:22 2014 @@ -30,6 +30,7 @@ #include "path_helper.h" #include +#include namespace osl {