mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
cpp: fixes include paths
This commit is contained in:
parent
c8e351b31e
commit
59ba8dec4e
14 changed files with 38 additions and 35 deletions
|
|
@ -18,9 +18,9 @@
|
|||
#ifndef MSGPACK_UNPACK_HPP__
|
||||
#define MSGPACK_UNPACK_HPP__
|
||||
|
||||
#include "msgpack/unpack.h"
|
||||
#include "msgpack/object.hpp"
|
||||
#include "msgpack/zone.hpp"
|
||||
#include "unpack.h"
|
||||
#include "object.hpp"
|
||||
#include "zone.hpp"
|
||||
#include <memory>
|
||||
#include <stdexcept>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue