diff options
Diffstat (limited to 'src/decoder.hpp')
| -rw-r--r-- | src/decoder.hpp | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/src/decoder.hpp b/src/decoder.hpp index 23806a3..114ecef 100644 --- a/src/decoder.hpp +++ b/src/decoder.hpp @@ -27,10 +27,9 @@  #include <algorithm>  #include "err.hpp" +#include "msg.hpp"  #include "stdint.hpp" -#include "../include/zmq.h" -  namespace zmq  { @@ -196,7 +195,7 @@ namespace zmq          struct i_inout *destination;          unsigned char tmpbuf [8]; -        ::zmq_msg_t in_progress; +        msg_t in_progress;          int64_t maxmsgsize; | 
