diff options
author | Ashod Nakashian <ashodnakashian@yahoo.com> | 2015-02-02 21:03:42 -0500 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-02-05 10:46:33 +0000 |
commit | de68bb85145e68fc170b8eab0fa3357cd7165421 (patch) | |
tree | 48fe4f4ee72580feaca2ef0112761787e8c73155 /tools/inc/pch | |
parent | 863122b9adecedfcf35ffac1354ef8a85d5b6827 (diff) |
Updated all precompiled headers.
Change-Id: I955c8ac4dbe002d23531df7eb10fb4444d6b5157
Reviewed-on: https://gerrit.libreoffice.org/14292
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'tools/inc/pch')
-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 6a47b833a628..ffdf9ea0f0f3 100644 --- a/tools/inc/pch/precompiled_tl.hxx +++ b/tools/inc/pch/precompiled_tl.hxx @@ -16,6 +16,7 @@ #include <algorithm> #include <basegfx/curve/b2dcubicbezier.hxx> +#include <basegfx/numeric/ftools.hxx> #include <basegfx/point/b2dpoint.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> @@ -23,6 +24,8 @@ #include <basegfx/polygon/b2dpolypolygoncutter.hxx> #include <basegfx/vector/b2dvector.hxx> #include <boost/checked_delete.hpp> +#include <boost/noncopyable.hpp> +#include <boost/rational.hpp> #include <boost/static_assert.hpp> #include <cassert> #include <cmath> @@ -47,7 +50,9 @@ #include <limits> #include <list> #include <math.h> +#include <memory> #include <new> +#include <numeric> #include <osl/diagnose.h> #include <osl/endian.h> #include <osl/file.hxx> |