diff options
| author | frsyuki <frsyuki@users.sourceforge.jp> | 2010-08-27 16:45:48 +0900 |
|---|---|---|
| committer | frsyuki <frsyuki@users.sourceforge.jp> | 2010-08-27 16:45:48 +0900 |
| commit | 59ba8dec4ee082e8777047e6ae72e8b6998cdc79 (patch) | |
| tree | a5e1e1f322cb21509d53b8059da2bfba013e9f06 /cpp/src/msgpack/unpack.h | |
| parent | c8e351b31e28042c10f7406238636c92a64a696c (diff) | |
| download | msgpack-python-59ba8dec4ee082e8777047e6ae72e8b6998cdc79.tar.gz | |
cpp: fixes include paths
Diffstat (limited to 'cpp/src/msgpack/unpack.h')
| -rw-r--r-- | cpp/src/msgpack/unpack.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/msgpack/unpack.h b/cpp/src/msgpack/unpack.h index 82698fc..bea7d92 100644 --- a/cpp/src/msgpack/unpack.h +++ b/cpp/src/msgpack/unpack.h @@ -18,8 +18,8 @@ #ifndef MSGPACK_UNPACKER_H__ #define MSGPACK_UNPACKER_H__ -#include "msgpack/zone.h" -#include "msgpack/object.h" +#include "zone.h" +#include "object.h" #include <string.h> #ifdef __cplusplus |
