diff options
Diffstat (limited to 'cpp/msgpack.hpp')
-rw-r--r-- | cpp/msgpack.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/msgpack.hpp b/cpp/msgpack.hpp index 58b40ac..e14680d 100644 --- a/cpp/msgpack.hpp +++ b/cpp/msgpack.hpp @@ -20,4 +20,5 @@ #include "msgpack/pack.hpp" #include "msgpack/unpack.hpp" #include "msgpack/sbuffer.hpp" +#include "msgpack/vrefbuffer.hpp" #include "msgpack.h" |