diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-04-25 20:58:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-04-26 15:34:06 +0200 |
commit | 9f07fb6d15de5682cc2e09f0261ba59341ceb8ef (patch) | |
tree | c34298b71264c41c6679a08eb3c780b8430e58a5 /dbaccess | |
parent | 61391c43f5808aadfa5fafb25a1bd7c2ae541b70 (diff) |
update pches
Change-Id: I83a61da7dda6c72552eecd377f1c3744c92a797e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92909
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/inc/pch/precompiled_dba.hxx | 6 | ||||
-rw-r--r-- | dbaccess/inc/pch/precompiled_dbaxml.hxx | 10 | ||||
-rw-r--r-- | dbaccess/inc/pch/precompiled_dbu.hxx | 4 |
3 files changed, 14 insertions, 6 deletions
diff --git a/dbaccess/inc/pch/precompiled_dba.hxx b/dbaccess/inc/pch/precompiled_dba.hxx index 4c1e2316b0ae..09dd21764475 100644 --- a/dbaccess/inc/pch/precompiled_dba.hxx +++ b/dbaccess/inc/pch/precompiled_dba.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-04-21 11:14:19 using: + Generated on 2020-04-25 20:54:56 using: ./bin/update_pch dbaccess dba --cutoff=6 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -25,6 +25,7 @@ #include <assert.h> #include <atomic> #include <cassert> +#include <cmath> #include <cstddef> #include <cstring> #include <deque> @@ -67,8 +68,6 @@ #include <rtl/math.h> #include <rtl/math.hxx> #include <rtl/ref.hxx> -#include <rtl/strbuf.h> -#include <rtl/strbuf.hxx> #include <rtl/string.h> #include <rtl/string.hxx> #include <rtl/stringconcat.hxx> @@ -84,7 +83,6 @@ #include <sal/config.h> #include <sal/log.hxx> #include <sal/macros.h> -#include <sal/mathconf.h> #include <sal/saldllapi.h> #include <sal/types.h> #include <sal/typesizes.h> diff --git a/dbaccess/inc/pch/precompiled_dbaxml.hxx b/dbaccess/inc/pch/precompiled_dbaxml.hxx index e71c6f22403d..3e41685ba191 100644 --- a/dbaccess/inc/pch/precompiled_dbaxml.hxx +++ b/dbaccess/inc/pch/precompiled_dbaxml.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-04-21 11:14:21 using: + Generated on 2020-04-25 20:54:57 using: ./bin/update_pch dbaccess dbaxml --cutoff=2 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -23,8 +23,13 @@ #if PCH_LEVEL >= 1 #include <cassert> #include <cstddef> +#include <cstring> #include <functional> +#include <limits> #include <memory> +#include <new> +#include <string_view> +#include <type_traits> #include <utility> #include <vector> #include <boost/property_tree/ptree_fwd.hpp> @@ -34,8 +39,11 @@ #include <rtl/instance.hxx> #include <rtl/ref.hxx> #include <rtl/strbuf.hxx> +#include <rtl/stringconcat.hxx> +#include <rtl/stringutils.hxx> #include <rtl/unload.h> #include <rtl/uri.hxx> +#include <rtl/ustrbuf.h> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> #include <sal/config.h> diff --git a/dbaccess/inc/pch/precompiled_dbu.hxx b/dbaccess/inc/pch/precompiled_dbu.hxx index a9965da5147e..6a7aa8f6022d 100644 --- a/dbaccess/inc/pch/precompiled_dbu.hxx +++ b/dbaccess/inc/pch/precompiled_dbu.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-04-21 11:14:25 using: + Generated on 2020-04-25 20:54:58 using: ./bin/update_pch dbaccess dbu --cutoff=12 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -34,12 +34,14 @@ #include <optional> #include <ostream> #include <string_view> +#include <type_traits> #include <utility> #include <vector> #include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/diagnose.h> +#include <osl/endian.h> #include <osl/file.hxx> #include <osl/interlck.h> #include <osl/mutex.h> |