mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 18:29:53 +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_ZBUFFER_H__
|
||||
#define MSGPACK_ZBUFFER_H__
|
||||
|
||||
#include "msgpack/sysdep.h"
|
||||
#include "sysdep.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <zlib.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue