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

New commits:
commit bae861b7ed36b963f7060d45c7d30fd2f3223db1
Author: Stephan Bergmann <sberg...@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 )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to