summaryrefslogtreecommitdiff
path: root/src/xpub.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xpub.hpp')
-rw-r--r--src/xpub.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xpub.hpp b/src/xpub.hpp
index 320a1fe..001fa2d 100644
--- a/src/xpub.hpp
+++ b/src/xpub.hpp
@@ -22,11 +22,11 @@
#define __ZMQ_XPUB_HPP_INCLUDED__
#include <deque>
+#include <string>
#include "socket_base.hpp"
#include "mtrie.hpp"
#include "array.hpp"
-#include "blob.hpp"
#include "dist.hpp"
namespace zmq
@@ -71,6 +71,7 @@ namespace zmq
// List of pending (un)subscriptions, ie. those that were already
// applied to the trie, but not yet received by the user.
+ typedef std::basic_string <unsigned char> blob_t;
typedef std::deque <blob_t> pending_t;
pending_t pending;