summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAshod Nakashian <ashodnakashian@yahoo.com>2015-11-10 16:34:55 -0500
committerMichael Stahl <mstahl@redhat.com>2015-11-10 22:18:45 +0000
commitbf6d72afeac77b791f5770a6bb353d4d133e9e56 (patch)
tree22c24139528cfc49158f1fa177ed162cf70dd109 /sc
parent4db3342e84dbbc80e0cb893b4739f6c617e9c19c (diff)
Missing includes
Restored some missing includes and refactored sot/formats.hxx. Change-Id: I11b7102b06889f426f5e0f3efa3a835c6e774d88 Reviewed-on: https://gerrit.libreoffice.org/19891 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/excel/tokstack.cxx1
-rw-r--r--sc/source/filter/excel/xlformula.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/filter/excel/tokstack.cxx b/sc/source/filter/excel/tokstack.cxx
index 9a6f13ff3a5b..4bc6ba0e24fe 100644
--- a/sc/source/filter/excel/tokstack.cxx
+++ b/sc/source/filter/excel/tokstack.cxx
@@ -24,6 +24,7 @@
#include <svl/sharedstringpool.hxx>
+#include <algorithm>
#include <string.h>
const sal_uInt16 TokenPool::nScTokenOff = 8192;
diff --git a/sc/source/filter/excel/xlformula.cxx b/sc/source/filter/excel/xlformula.cxx
index b1cd82caf52d..5d060cf739ba 100644
--- a/sc/source/filter/excel/xlformula.cxx
+++ b/sc/source/filter/excel/xlformula.cxx
@@ -19,6 +19,7 @@
#include "xlformula.hxx"
+#include <algorithm>
#include "compiler.hxx"
#include "rangenam.hxx"
#include "token.hxx"