diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-15 11:18:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-15 14:10:44 +0100 |
commit | 5a422821200e19f99cdcad5c7b4e7462cb04f722 (patch) | |
tree | d7764e062f22c46bbd920e3b052aaf3cb68a1280 /dbaccess | |
parent | 25214daa344412a7b67c8a89b832e5f3e6dc90fa (diff) |
update pches
Change-Id: I280dea8fe5f346a5555f4bf479896877579d63e5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107748
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/inc/pch/precompiled_dba.hxx | 3 | ||||
-rw-r--r-- | dbaccess/inc/pch/precompiled_dbahsql.hxx | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/inc/pch/precompiled_dba.hxx b/dbaccess/inc/pch/precompiled_dba.hxx index a0da3faec413..92ebb5ef17b9 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-12-04 09:59:11 using: + Generated on 2020-12-15 11:15:30 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: @@ -69,6 +69,7 @@ #include <rtl/math.h> #include <rtl/math.hxx> #include <rtl/ref.hxx> +#include <rtl/strbuf.h> #include <rtl/string.h> #include <rtl/string.hxx> #include <rtl/stringconcat.hxx> diff --git a/dbaccess/inc/pch/precompiled_dbahsql.hxx b/dbaccess/inc/pch/precompiled_dbahsql.hxx index f5b60b095d22..077ad8cf59fc 100644 --- a/dbaccess/inc/pch/precompiled_dbahsql.hxx +++ b/dbaccess/inc/pch/precompiled_dbahsql.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:14 using: + Generated on 2020-12-15 11:15:30 using: ./bin/update_pch dbaccess dbahsql --cutoff=1 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -21,10 +21,12 @@ */ #if PCH_LEVEL >= 1 +#include <string_view> #include <boost/date_time/posix_time/posix_time.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <rtl/ustrbuf.hxx> +#include <sal/config.h> #include <sal/log.hxx> #include <vcl/weld.hxx> #endif // PCH_LEVEL >= 2 |