diff options
Diffstat (limited to 'xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx')
-rw-r--r-- | xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx b/xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx index 022793793c53..8f05099647b5 100644 --- a/xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx +++ b/xmlsecurity/inc/pch/precompiled_xmlsecurity.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 2019-05-12 16:58:06 using: + Generated on 2019-10-17 15:17:59 using: ./bin/update_pch xmlsecurity xmlsecurity --cutoff=6 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -27,6 +27,7 @@ #include <cstring> #include <float.h> #include <functional> +#include <initializer_list> #include <iomanip> #include <limits.h> #include <limits> @@ -38,6 +39,8 @@ #include <set> #include <stddef.h> #include <string.h> +#include <string> +#include <string_view> #include <type_traits> #include <utility> #include <vector> @@ -63,6 +66,7 @@ #include <rtl/strbuf.hxx> #include <rtl/string.h> #include <rtl/string.hxx> +#include <rtl/stringconcat.hxx> #include <rtl/stringutils.hxx> #include <rtl/textcvt.h> #include <rtl/textenc.h> @@ -78,6 +82,7 @@ #include <sal/saldllapi.h> #include <sal/types.h> #include <sal/typesizes.h> +#include <vcl/Scanline.hxx> #include <vcl/alpha.hxx> #include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> @@ -93,7 +98,6 @@ #include <vcl/region.hxx> #include <vcl/scopedbitmapaccess.hxx> #include <vcl/task.hxx> -#include <vcl/timer.hxx> #include <vcl/uitest/factory.hxx> #include <vcl/vclenum.hxx> #include <vcl/vclevent.hxx> @@ -109,8 +113,10 @@ #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/range/b2drange.hxx> +#include <basegfx/range/b2irange.hxx> #include <basegfx/range/basicrange.hxx> #include <basegfx/tuple/b2dtuple.hxx> +#include <basegfx/tuple/b2i64tuple.hxx> #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> #include <basegfx/vector/b2dvector.hxx> |