zeromq / zeromq3-x

ØMQ/3.2 release branch - bug fixes only
GNU General Public License v3.0
227 stars 96 forks source link

Incorrect include `platform.hpp` in perf/* #101

Open moteus opened 11 years ago

moteus commented 11 years ago

Now we have

#include "../src/platform.hpp"

But we should use

#include "platform.hpp"

libzmq already do that.

snikulov commented 11 years ago

could you please check this issue on latest master?