Commit 7b95c592 authored by Martin Sustrik's avatar Martin Sustrik

Windows build fixed

Compilation of ip.cpp have failed because EPROTONOSUPPORT
was undefined. Including zmq.h should help as the error
code is defined there.
Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
parent b00be265
......@@ -23,6 +23,8 @@
#include <stdlib.h>
#include <string>
#include "../include/zmq.h"
#include "ip.hpp"
#include "platform.hpp"
#include "err.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