[Libreoffice-commits] core.git: sc/source

Stephan Bergmann sbergman at redhat.com
Thu Dec 10 03:04:25 PST 2015


 sc/source/core/tool/refdata.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit bae861b7ed36b963f7060d45c7d30fd2f3223db1
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Dec 10 12:03:56 2015 +0100

    Missing include
    
    Change-Id: I74a3cd6bf6cd780040b2a9eaefb2bde9acbfd6dd

diff --git a/sc/source/core/tool/refdata.cxx b/sc/source/core/tool/refdata.cxx
index 9811c08..d977802 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 )


More information about the Libreoffice-commits mailing list