diff options
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/pch/precompiled_tl.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/inc/pch/precompiled_tl.hxx b/tools/inc/pch/precompiled_tl.hxx index dc3ee16e584f..2101b0c35527 100644 --- a/tools/inc/pch/precompiled_tl.hxx +++ b/tools/inc/pch/precompiled_tl.hxx @@ -22,12 +22,14 @@ #include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/polygon/b2dpolypolygoncutter.hxx> #include <basegfx/vector/b2dvector.hxx> +#include <boost/checked_delete.hpp> #include <boost/static_assert.hpp> #include <boost/unordered_map.hpp> #include <cassert> #include <cmath> #include <com/sun/star/task/ErrorCodeIOException.hpp> #include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/util/XStringWidth.hpp> #include <comphelper/string.hxx> #include <config_features.h> @@ -47,6 +49,7 @@ #include <list> #include <math.h> #include <new> +#include <o3tl/heap_ptr.hxx> #include <osl/diagnose.h> #include <osl/endian.h> #include <osl/file.hxx> @@ -67,6 +70,7 @@ #include <rtl/tencinfo.h> #include <rtl/textcvt.h> #include <rtl/textenc.h> +#include <rtl/uri.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.h> #include <rtl/ustring.hxx> @@ -74,6 +78,7 @@ #include <sal/log.hxx> #include <sal/macros.h> #include <sal/types.h> +#include <sax/tools/converter.hxx> #include <set> #include <stdio.h> #include <stdlib.h> |