diff options
| -rw-r--r-- | src/xpub.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xpub.hpp b/src/xpub.hpp index 840eaba..92f97a1 100644 --- a/src/xpub.hpp +++ b/src/xpub.hpp @@ -29,6 +29,7 @@  #include "mtrie.hpp"  #include "array.hpp"  #include "dist.hpp" +#include "blob.hpp"  namespace xs  { @@ -77,7 +78,6 @@ namespace xs          //  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;  | 
