[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sal/osl

Steve Yin steve_y at apache.org
Fri May 16 21:07:20 PDT 2014


 sal/osl/w32/path_helper.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit e105ba8f729c8476d8b300e113b598dc514c0463
Author: Steve Yin <steve_y at apache.org>
Date:   Sat May 17 02:40:22 2014 +0000

    i124896 add including of rtl/alloc.h in path_helper.hxx for win32

diff --git a/sal/osl/w32/path_helper.hxx b/sal/osl/w32/path_helper.hxx
index 481be6d..6306029 100644
--- a/sal/osl/w32/path_helper.hxx
+++ b/sal/osl/w32/path_helper.hxx
@@ -30,6 +30,7 @@
 
 #include "path_helper.h"
 #include <rtl/ustring.hxx>
+#include <rtl/alloc.h>
 
 namespace osl
 {


More information about the Libreoffice-commits mailing list