sfx2/source/doc/syspathw32.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 62ee743d3c39e45d7fc6e0bdfa51a80e51af0c03
Author:     Noel Grandin <noelgran...@collabora.co.uk>
AuthorDate: Tue Apr 30 13:11:26 2024 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Tue Apr 30 16:00:25 2024 +0200

    fix non-PCH windows build
    
    after
        commit a7f8882e4975e4194732506e4ffb9f7af6eb9c72
        Author: Noel Grandin <noelgran...@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.gran...@collabora.co.uk>
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

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
 

Reply via email to