From 3f84927c1cdadffe1eebb9cd6843587245588b91 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 17 Jan 2018 08:22:03 +0100 Subject: Missing includes (Windows --disable-pch) Change-Id: I5cd3297cff31b88c53cd04232bed40cbf04fa2f6 Reviewed-on: https://gerrit.libreoffice.org/48028 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- sal/rtl/alloc_global.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sal') diff --git a/sal/rtl/alloc_global.cxx b/sal/rtl/alloc_global.cxx index efbd2748dbf8..1a3a26f00069 100644 --- a/sal/rtl/alloc_global.cxx +++ b/sal/rtl/alloc_global.cxx @@ -22,6 +22,7 @@ #include #include +#include #include #include #include -- cgit