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/vrefbuffer.hpp | |
| parent | c8e351b31e28042c10f7406238636c92a64a696c (diff) | |
| download | msgpack-python-59ba8dec4ee082e8777047e6ae72e8b6998cdc79.tar.gz | |
cpp: fixes include paths
Diffstat (limited to 'cpp/src/msgpack/vrefbuffer.hpp')
| -rw-r--r-- | cpp/src/msgpack/vrefbuffer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/msgpack/vrefbuffer.hpp b/cpp/src/msgpack/vrefbuffer.hpp index 7e0ffb2..8233527 100644 --- a/cpp/src/msgpack/vrefbuffer.hpp +++ b/cpp/src/msgpack/vrefbuffer.hpp @@ -18,7 +18,7 @@ #ifndef MSGPACK_VREFBUFFER_HPP__ #define MSGPACK_VREFBUFFER_HPP__ -#include "msgpack/vrefbuffer.h" +#include "vrefbuffer.h" #include <stdexcept> namespace msgpack { |
