cpp: fixes include paths

This commit is contained in:
frsyuki 2010-08-27 16:45:48 +09:00
parent c8e351b31e
commit 59ba8dec4e
14 changed files with 38 additions and 35 deletions

View file

@ -18,7 +18,7 @@
#ifndef MSGPACK_OBJECT_H__
#define MSGPACK_OBJECT_H__
#include "msgpack/zone.h"
#include "zone.h"
#include <stdio.h>
#ifdef __cplusplus