[Libreoffice-commits] core.git: sal/osl
Miklos Vajna
vmiklos at collabora.co.uk
Sun May 18 13:30:46 PDT 2014
sal/osl/w32/path_helper.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ee43de69083fc9f90d4fadb9129b3d0dcf804439
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Fri May 16 08:10:46 2014 +0200
error C3861: 'rtl_allocateMemory': identifier not found
Change-Id: Ie1576aba31dbbd067280ba8fa9c5ef095879cbc2
diff --git a/sal/osl/w32/path_helper.hxx b/sal/osl/w32/path_helper.hxx
index 8087ac4..3881e44 100644
--- a/sal/osl/w32/path_helper.hxx
+++ b/sal/osl/w32/path_helper.hxx
@@ -21,6 +21,7 @@
#define INCLUDED_SAL_OSL_W32_PATH_HELPER_HXX
#include "path_helper.h"
+#include <rtl/alloc.h>
#include <rtl/ustring.hxx>
namespace osl
More information about the Libreoffice-commits
mailing list