diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-12-10 12:03:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-12-10 12:03:56 +0100 |
commit | bae861b7ed36b963f7060d45c7d30fd2f3223db1 (patch) | |
tree | 8d71006a90b75d5fdd9260b3fba928b588226f82 /sc | |
parent | 28082ae6a13a3460e3945d5e90dc76689b98edd8 (diff) |
Missing include
Change-Id: I74a3cd6bf6cd780040b2a9eaefb2bde9acbfd6dd
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/tool/refdata.cxx | 4 |
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 ) |