You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by st...@apache.org on 2014/05/17 04:40:23 UTC

svn commit: r1595419 - /openoffice/trunk/main/sal/osl/w32/path_helper.hxx

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 <rtl/ustring.hxx>
+#include <rtl/alloc.h>
 
 namespace osl
 {