From cef50b52668a229689ddc796caf8e3818beb3935 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 1 Sep 2020 15:29:54 +0100 Subject: move Edit into toolkit only headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If51bf7143116721e8f16272cf8aff797651d5ed1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101880 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- cppuhelper/inc/pch/precompiled_cppuhelper.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cppuhelper/inc/pch/precompiled_cppuhelper.hxx') diff --git a/cppuhelper/inc/pch/precompiled_cppuhelper.hxx b/cppuhelper/inc/pch/precompiled_cppuhelper.hxx index 13107ed06a00..7823aaaa80c1 100644 --- a/cppuhelper/inc/pch/precompiled_cppuhelper.hxx +++ b/cppuhelper/inc/pch/precompiled_cppuhelper.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 2020-08-27 17:03:27 using: + Generated on 2020-09-01 15:29:33 using: ./bin/update_pch cppuhelper cppuhelper --cutoff=3 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -48,6 +48,7 @@ #include #include #include +#include #include #include #include -- cgit