mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 00:46:05 +01:00
Problem: build fails due to undefined INT_MAX
Solution: include climits Fixes #1720
This commit is contained in:
parent
a40dd50da1
commit
924bce6478
@ -63,6 +63,7 @@ struct iovec {
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <new>
|
||||
#include <climits>
|
||||
|
||||
#include "proxy.hpp"
|
||||
#include "socket_base.hpp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user