[Libreoffice-commits] core.git: oox/source
Stephan Bergmann
sbergman at redhat.com
Thu Sep 10 00:46:08 PDT 2015
oox/source/ole/vbaexport.cxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 5a52fefc192dde9fc47badca526089f8d63c5ee6
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Sep 10 09:45:45 2015 +0200
Missing include
Change-Id: Ie8a045c82311556f79b8b37704fcd04c19614048
diff --git a/oox/source/ole/vbaexport.cxx b/oox/source/ole/vbaexport.cxx
index 26af809..d6e2b4f 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>
More information about the Libreoffice-commits
mailing list