We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f342f commit c868da2Copy full SHA for c868da2
src/Makefile.am
@@ -47,6 +47,7 @@ nobase_include_HEADERS = \
47
msgpack/version.h \
48
msgpack/vrefbuffer.h \
49
msgpack/zbuffer.h \
50
+ msgpack/fbuffer.h \
51
msgpack/pack.h \
52
msgpack/unpack.h \
53
msgpack/object.h \
@@ -58,6 +59,7 @@ nobase_include_HEADERS += \
58
59
msgpack/sbuffer.hpp \
60
msgpack/vrefbuffer.hpp \
61
msgpack/zbuffer.hpp \
62
+ msgpack/fbuffer.hpp \
63
msgpack/pack.hpp \
64
msgpack/unpack.hpp \
65
msgpack/object.hpp \
0 commit comments