diff options
author | Rene Engelhard <rene@debian.org> | 2020-10-17 11:24:42 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-10-17 14:19:44 +0200 |
commit | d0601cd3812cbcdaa0decf81c81d73d41a6ccb91 (patch) | |
tree | 5e1884a2759487591a207eef629f008110c6cdad /slideshow | |
parent | 31373fa085b9985f315b10f008eca5e1a15cc6c7 (diff) |
fix build with box2d 2.4.0
Change-Id: I60f25f04e2bfcdabf832f42b44ba3d945f4ec169
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104456
Tested-by: Jenkins
Tested-by: René Engelhard <rene@debian.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/box2dtools.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/slideshow/source/engine/box2dtools.cxx b/slideshow/source/engine/box2dtools.cxx index db91ccbb57e7..c822f564a008 100644 --- a/slideshow/source/engine/box2dtools.cxx +++ b/slideshow/source/engine/box2dtools.cxx @@ -8,7 +8,8 @@ */ #include <box2dtools.hxx> -#include <Box2D/Box2D.h> +#include <config_box2d.h> +#include BOX2D_HEADER #include <shapemanager.hxx> #include <attributableshape.hxx> |