diff options
Diffstat (limited to 'gr-zeromq/lib/req_msg_source_impl.h')
-rw-r--r-- | gr-zeromq/lib/req_msg_source_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-zeromq/lib/req_msg_source_impl.h b/gr-zeromq/lib/req_msg_source_impl.h index c9e81efc5d..7fb3e74e70 100644 --- a/gr-zeromq/lib/req_msg_source_impl.h +++ b/gr-zeromq/lib/req_msg_source_impl.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2013,2014 Free Software Foundation, Inc. + * Copyright 2013,2014,2019 Free Software Foundation, Inc. * * This file is part of GNU Radio. * @@ -24,7 +24,7 @@ #define INCLUDED_ZEROMQ_REQ_MSG_SOURCE_IMPL_H #include <gnuradio/zeromq/req_msg_source.h> -#include <zmq.hpp> +#include "zmq_common_impl.h" namespace gr { namespace zeromq { |