[Libreoffice-commits] core.git: include/oox
Stephan Bergmann
sbergman at redhat.com
Wed May 25 06:25:22 UTC 2016
include/oox/helper/helper.hxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 28c1e1af6c014f1e505fc8599e30bbbc6c363164
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed May 25 08:24:52 2016 +0200
Missing include
Change-Id: Ia34ac1496e534c4fcb91dbb0e3b05734dfeede7b
diff --git a/include/oox/helper/helper.hxx b/include/oox/helper/helper.hxx
index 0adbceb..1d274b1 100644
--- a/include/oox/helper/helper.hxx
+++ b/include/oox/helper/helper.hxx
@@ -20,6 +20,9 @@
#ifndef INCLUDED_OOX_HELPER_HELPER_HXX
#define INCLUDED_OOX_HELPER_HELPER_HXX
+#include <sal/config.h>
+
+#include <algorithm>
#include <cstring>
#include <limits>
More information about the Libreoffice-commits
mailing list