Commit 924bce64 authored by Constantin Rack's avatar Constantin Rack

Problem: build fails due to undefined INT_MAX

Solution: include climits

Fixes #1720
parent a40dd50d
......@@ -63,6 +63,7 @@ struct iovec {
#include <string.h>
#include <stdlib.h>
#include <new>
#include <climits>
#include "proxy.hpp"
#include "socket_base.hpp"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment