summaryrefslogtreecommitdiff
path: root/cpp/src/msgpack/sbuffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/msgpack/sbuffer.hpp')
-rw-r--r--cpp/src/msgpack/sbuffer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/msgpack/sbuffer.hpp b/cpp/src/msgpack/sbuffer.hpp
index e4a3f96..a9efc6d 100644
--- a/cpp/src/msgpack/sbuffer.hpp
+++ b/cpp/src/msgpack/sbuffer.hpp
@@ -18,7 +18,7 @@
#ifndef MSGPACK_SBUFFER_HPP__
#define MSGPACK_SBUFFER_HPP__
-#include "msgpack/sbuffer.h"
+#include "sbuffer.h"
#include <stdexcept>
namespace msgpack {