From cf48347e7a56c38c000e657965f25f4c7e7b4803 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Wed, 20 Sep 2017 23:04:09 +0300 Subject: Fresh run of bin/update_pch.sh Change-Id: I69d4157aaf6570cecd51ea59df20556914942e06 Reviewed-on: https://gerrit.libreoffice.org/42565 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- sal/inc/pch/precompiled_sal.hxx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'sal') diff --git a/sal/inc/pch/precompiled_sal.hxx b/sal/inc/pch/precompiled_sal.hxx index 06a35d546a4b..6dea34cbff41 100644 --- a/sal/inc/pch/precompiled_sal.hxx +++ b/sal/inc/pch/precompiled_sal.hxx @@ -13,7 +13,7 @@ manual changes will be rewritten by the next run of update_pch.sh (which presumably also fixes all possible problems, so it's usually better to use it). - Generated on 2016-01-10 12:04:24 using: + Generated on 2017-09-20 22:52:56 using: ./bin/update_pch sal sal --cutoff=2 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -35,12 +35,14 @@ #include #include #include +#include +#include +#include #include #include #include #include #include -#include #include #include #include @@ -53,6 +55,7 @@ #include #include #include +#include #include #include #include @@ -96,6 +99,6 @@ #include #include #include -#include +#include /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit