Merge pull request #1011 from stoffu/config-max-msvc2017

Config: fix std::max issue with msvc2017
This commit is contained in:
xmrig 2019-04-11 14:08:45 +07:00 committed by GitHub
commit 54a1c614f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <algorithm>
#include <string.h>
#include <uv.h>
#include <inttypes.h>