diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-12-18 17:52:46 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-12-18 17:52:46 +0100 |
commit | e98bad89ddff5bebc3f26d944c1e1be6afe2b6f2 (patch) | |
tree | 26120218ee564a634160cdedb2b0a14652e05ad2 /oox | |
parent | 706728df38830536354ba902978cc8297f787dfc (diff) |
oox: try to fix Android build, no std::lround there
Change-Id: I47e1df5d27e788ef5aa48c3a09daf9888c33f920
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/textparagraphpropertiescontext.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/source/drawingml/textparagraphpropertiescontext.cxx b/oox/source/drawingml/textparagraphpropertiescontext.cxx index fdc9c3f210a9..5b7477a39a0c 100644 --- a/oox/source/drawingml/textparagraphpropertiescontext.cxx +++ b/oox/source/drawingml/textparagraphpropertiescontext.cxx @@ -34,6 +34,8 @@ #include <oox/token/properties.hxx> #include <oox/token/tokens.hxx> +#include <android/compatibility.hxx> + using namespace ::oox::core; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::xml::sax; |