Fix build on windows.

This commit is contained in:
Mathias Gug 2016-05-17 16:43:08 -07:00 committed by Patrick Niklaus
parent 520b29d0d5
commit b9178bb8c7
No known key found for this signature in database
GPG Key ID: E426891B5F978B1B

View File

@ -13,8 +13,10 @@
#include <zlib.h>
#ifndef _WIN32
#include <sys/types.h>
#include <sys/socket.h>
#endif
#include <functional>
#include <memory>