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_VREFBUFFER_HPP__
#define MSGPACK_VREFBUFFER_HPP__
#include "msgpack/vrefbuffer.h"
#include "vrefbuffer.h"
#include <stdexcept>
namespace msgpack {