From effd1898422a1e38744b995b086846ac37bff5aa Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 1 Jan 2015 20:12:26 +0100 Subject: error C2039: 'max' : is not a member of 'std' Change-Id: I2a059f9332215678936d78990ee36a5ae2161712 --- sal/rtl/bootstrap.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sal/rtl/bootstrap.cxx') 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 #include +#include #include #ifdef ANDROID -- cgit