diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-09-10 09:45:45 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-09-10 09:45:45 +0200 |
commit | 5a52fefc192dde9fc47badca526089f8d63c5ee6 (patch) | |
tree | 452d5b8f37bf6e2ce67cf0248d79a12531c80a8e /oox | |
parent | f5a86c394c872e59cc0c7c793a5270d661c16561 (diff) |
Missing include
Change-Id: Ie8a045c82311556f79b8b37704fcd04c19614048
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/ole/vbaexport.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/oox/source/ole/vbaexport.cxx b/oox/source/ole/vbaexport.cxx index 26af80925cdb..d6e2b4f68440 100644 --- a/oox/source/ole/vbaexport.cxx +++ b/oox/source/ole/vbaexport.cxx @@ -7,6 +7,10 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <sal/config.h> + +#include <cmath> + #include <oox/ole/vbaexport.hxx> #include <tools/stream.hxx> |