diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-02 11:17:56 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-03 20:47:52 +0100 |
commit | 1e092b6bde40d5e69c1ef92fca201896ff75bf18 (patch) | |
tree | a554c83b763709b47dd36e8f0fdd816ebf0f6e30 /svx/inc/pch | |
parent | a207551215ca4d7445bf129a3f6863418d75383e (diff) |
update pches
Change-Id: Ide49c48738ecd537d4eb69390d22807561d3b4e1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111828
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/inc/pch')
-rw-r--r-- | svx/inc/pch/precompiled_svxcore.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx index d0c6418cc805..fdcc80af9193 100644 --- a/svx/inc/pch/precompiled_svxcore.hxx +++ b/svx/inc/pch/precompiled_svxcore.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 2021-02-25 10:11:08 using: + Generated on 2021-03-02 11:16:54 using: ./bin/update_pch svx svxcore --cutoff=7 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -50,6 +50,7 @@ #include <unordered_map> #include <utility> #include <vector> +#include <boost/optional/optional.hpp> #include <boost/property_tree/json_parser.hpp> #include <boost/property_tree/ptree.hpp> #include <boost/property_tree/ptree_fwd.hpp> @@ -63,6 +64,7 @@ #include <osl/getglobalmutex.hxx> #include <osl/interlck.h> #include <osl/mutex.hxx> +#include <osl/thread.h> #include <osl/time.h> #include <rtl/alloc.h> #include <rtl/character.hxx> |