summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-12-10 12:03:56 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-12-10 12:03:56 +0100
commitbae861b7ed36b963f7060d45c7d30fd2f3223db1 (patch)
tree8d71006a90b75d5fdd9260b3fba928b588226f82
parent28082ae6a13a3460e3945d5e90dc76689b98edd8 (diff)
Missing include
Change-Id: I74a3cd6bf6cd780040b2a9eaefb2bde9acbfd6dd
-rw-r--r--sc/source/core/tool/refdata.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/source/core/tool/refdata.cxx b/sc/source/core/tool/refdata.cxx
index 9811c08b72c1..d977802ef3fb 100644
--- a/sc/source/core/tool/refdata.cxx
+++ b/sc/source/core/tool/refdata.cxx
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <sal/config.h>
+
+#include <algorithm>
+
#include "refdata.hxx"
void ScSingleRefData::InitAddress( const ScAddress& rAdr )