summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-26 23:38:51 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-28 08:44:49 +0100
commitaef3bc8b586938df5208bd888ebccfbd4e3a8761 (patch)
treeffbe1bb9452cb9aaf5e340fdb1c3ddfc0af2be4a /sc
parent017aa343a4eb47a7cf7cd129e223a13a94801b07 (diff)
Missing include
Change-Id: If88aae978bc7cabe212f645f8eedff14d36c062f
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/simplerangelist.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/source/core/tool/simplerangelist.cxx b/sc/source/core/tool/simplerangelist.cxx
index 4c428e21d240..326f87dff2f1 100644
--- a/sc/source/core/tool/simplerangelist.cxx
+++ b/sc/source/core/tool/simplerangelist.cxx
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <sal/config.h>
+
+#include <algorithm>
+
#include "simplerangelist.hxx"
#include "rangelst.hxx"