summaryrefslogtreecommitdiff
path: root/cpp/src/msgpack/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/msgpack/object.h')
-rw-r--r--cpp/src/msgpack/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/msgpack/object.h b/cpp/src/msgpack/object.h
index cf0b4c1..baeeb9b 100644
--- a/cpp/src/msgpack/object.h
+++ b/cpp/src/msgpack/object.h
@@ -18,7 +18,7 @@
#ifndef MSGPACK_OBJECT_H__
#define MSGPACK_OBJECT_H__
-#include "msgpack/zone.h"
+#include "zone.h"
#include <stdio.h>
#ifdef __cplusplus