[Libreoffice-commits] core.git: sal/rtl
Miklos Vajna
vmiklos at collabora.co.uk
Thu Jan 1 11:13:21 PST 2015
sal/rtl/bootstrap.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit effd1898422a1e38744b995b086846ac37bff5aa
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Thu Jan 1 20:12:26 2015 +0100
error C2039: 'max' : is not a member of 'std'
Change-Id: I2a059f9332215678936d78990ee36a5ae2161712
diff --git a/sal/rtl/bootstrap.cxx b/sal/rtl/bootstrap.cxx
index 0ddeb5f..a62daff 100644
--- a/sal/rtl/bootstrap.cxx
+++ b/sal/rtl/bootstrap.cxx
@@ -43,6 +43,7 @@
#include <boost/noncopyable.hpp>
#include <list>
+#include <algorithm>
#include <unordered_map>
#ifdef ANDROID
More information about the Libreoffice-commits
mailing list