diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-05-16 08:10:46 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-05-18 22:30:20 +0200 |
commit | ee43de69083fc9f90d4fadb9129b3d0dcf804439 (patch) | |
tree | 19de3b469dbd0f9b995bc9b04c68d575b916cb1f /sal | |
parent | 20c561859972952a56fe6cea2937cd1056a25509 (diff) |
error C3861: 'rtl_allocateMemory': identifier not found
Change-Id: Ie1576aba31dbbd067280ba8fa9c5ef095879cbc2
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/w32/path_helper.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/osl/w32/path_helper.hxx b/sal/osl/w32/path_helper.hxx index 8087ac445887..3881e4441834 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 |