From 62ee743d3c39e45d7fc6e0bdfa51a80e51af0c03 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 30 Apr 2024 13:11:26 +0200 Subject: fix non-PCH windows build after commit a7f8882e4975e4194732506e4ffb9f7af6eb9c72 Author: Noel Grandin 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 Reviewed-by: Noel Grandin --- sfx2/source/doc/syspathw32.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sfx2') 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 #include #include +#include #ifdef _WIN32 -- cgit