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,7 +18,7 @@
|
|||
#ifndef MSGPACK_SBUFFER_HPP__
|
||||
#define MSGPACK_SBUFFER_HPP__
|
||||
|
||||
#include "msgpack/sbuffer.h"
|
||||
#include "sbuffer.h"
|
||||
#include <stdexcept>
|
||||
|
||||
namespace msgpack {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue