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 --- tools/source/zcodec/zcodec.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools') diff --git a/tools/source/zcodec/zcodec.cxx b/tools/source/zcodec/zcodec.cxx index ffa53955719b..12c6e9cc025d 100644 --- a/tools/source/zcodec/zcodec.cxx +++ b/tools/source/zcodec/zcodec.cxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include + +#include + #include #include -- cgit