diff options
author | Noel Grandin <noelgrandin@collabora.co.uk> | 2024-04-30 13:11:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-30 16:00:25 +0200 |
commit | 62ee743d3c39e45d7fc6e0bdfa51a80e51af0c03 (patch) | |
tree | f401ccc4fb8ff8b49c22262f56a2cb1ae4c8f537 /sfx2 | |
parent | c1c32bbbe24ebd4be00c9c3bb38de1dc748bd2b6 (diff) |
fix non-PCH windows build
after
commit a7f8882e4975e4194732506e4ffb9f7af6eb9c72
Author: Noel Grandin <noelgrandin@collabora.co.uk>
Date: Mon Apr 29 14:31:15 2024 +0200
convert HeapAlloc to make_unique
Change-Id: Idb2e67285018eeb3373ba11c464df5a00b54a87b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166925
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/syspathw32.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/doc/syspathw32.cxx b/sfx2/source/doc/syspathw32.cxx index 38243e2ce7ac..9aa02b51b64e 100644 --- a/sfx2/source/doc/syspathw32.cxx +++ b/sfx2/source/doc/syspathw32.cxx @@ -20,6 +20,7 @@ #include <sal/config.h> #include <sal/types.h> #include <o3tl/char16_t2wchar_t.hxx> +#include <memory> #ifdef _WIN32 |