diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-05 16:14:52 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-08 12:11:17 +0100 |
commit | c950dedc9b6a9306e83491c6e895c0ceee11ba8a (patch) | |
tree | 6b2d5c4df943845325a95067a366fd8d0d86cd66 /starmath | |
parent | 560f9bac4c1ee1b044efc55af8d532e9efefd313 (diff) |
update pches
Change-Id: Icf55ddda055d11b649e7607c2cdd8b6d6ddfefbc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110483
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/pch/precompiled_sm.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/starmath/inc/pch/precompiled_sm.hxx b/starmath/inc/pch/precompiled_sm.hxx index 948841765849..49865bb6f0ed 100644 --- a/starmath/inc/pch/precompiled_sm.hxx +++ b/starmath/inc/pch/precompiled_sm.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-15 11:16:01 using: + Generated on 2021-02-05 16:11:15 using: ./bin/update_pch starmath sm --cutoff=5 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -34,6 +34,7 @@ #include <new> #include <optional> #include <ostream> +#include <string> #include <string_view> #include <type_traits> #include <utility> @@ -92,6 +93,7 @@ #include <basegfx/numeric/ftools.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/vector/b2enums.hxx> +#include <com/sun/star/awt/DeviceInfo.hpp> #include <com/sun/star/drawing/LineCap.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> #include <com/sun/star/uno/Any.hxx> @@ -141,6 +143,7 @@ #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 #include <ElementsDockingWindow.hxx> +#include <cfgitem.hxx> #include <dialog.hxx> #include <document.hxx> #include <node.hxx> |