diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-01-17 08:22:03 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-01-17 11:07:15 +0100 |
commit | 3f84927c1cdadffe1eebb9cd6843587245588b91 (patch) | |
tree | c9c11a1e62d7c597d031a820ec222eea93b148bf /tools/source | |
parent | 777bf677b38b293378bc83cf09bf08125c19f31d (diff) |
Missing includes (Windows --disable-pch)
Change-Id: I5cd3297cff31b88c53cd04232bed40cbf04fa2f6
Reviewed-on: https://gerrit.libreoffice.org/48028
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/zcodec/zcodec.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
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 <sal/config.h> + +#include <algorithm> + #include <tools/stream.hxx> #include <zlib.h> |