diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-01-01 20:12:26 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-01-01 20:12:26 +0100 |
commit | effd1898422a1e38744b995b086846ac37bff5aa (patch) | |
tree | 2dd79cd84bf4bbe81a62001f9f1055ff6b964522 /sal | |
parent | 59394867bba4bb511c6574f22f553fda819e81ae (diff) |
error C2039: 'max' : is not a member of 'std'
Change-Id: I2a059f9332215678936d78990ee36a5ae2161712
Diffstat (limited to 'sal')
-rw-r--r-- | sal/rtl/bootstrap.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/rtl/bootstrap.cxx b/sal/rtl/bootstrap.cxx index 0ddeb5f625c5..a62daffbd4ac 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 |