mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
Fixed missing copy operation for zone.hpp
This commit is contained in:
@@ -112,6 +112,7 @@ IF (MSGPACK_ENABLE_CXX)
|
||||
include/msgpack/version.hpp
|
||||
include/msgpack/vrefbuffer.hpp
|
||||
include/msgpack/zbuffer.hpp
|
||||
include/msgpack/zone.hpp
|
||||
)
|
||||
ENDIF ()
|
||||
|
||||
|
||||
+2
-1
@@ -85,7 +85,8 @@ nobase_include_HEADERS += \
|
||||
../include/msgpack/unpack.hpp \
|
||||
../include/msgpack/version.hpp \
|
||||
../include/msgpack/vrefbuffer.hpp \
|
||||
../include/msgpack/zbuffer.hpp
|
||||
../include/msgpack/zbuffer.hpp \
|
||||
../include/msgpack/zone.hpp
|
||||
endif
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
||||
Reference in New Issue
Block a user