sal/qa/osl/process/osl_Thread.cxx    |    1 +
 sal/qa/osl/security/osl_Security.cxx |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 0dd717b139f3d7a898aa01936e835fb40fd734af
Author: Tor Lillqvist <t...@collabora.com>
Date:   Tue Jul 8 00:38:27 2014 +0300

    Include <algorithm> for std::min() and max()
    
    Change-Id: Ic3ab061ab8d3578130dfa8a637e5351d4f5d766e

diff --git a/sal/qa/osl/process/osl_Thread.cxx 
b/sal/qa/osl/process/osl_Thread.cxx
index 1122c25..cdb5d66 100644
--- a/sal/qa/osl/process/osl_Thread.cxx
+++ b/sal/qa/osl/process/osl_Thread.cxx
@@ -17,6 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include <algorithm>
 #ifdef WNT
 #include <windows.h>
 #else
diff --git a/sal/qa/osl/security/osl_Security.cxx 
b/sal/qa/osl/security/osl_Security.cxx
index b675ab1..a64da63 100644
--- a/sal/qa/osl/security/osl_Security.cxx
+++ b/sal/qa/osl/security/osl_Security.cxx
@@ -17,6 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include <algorithm>
 #ifdef WNT
 #include <windows.h>
 #undef min
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to