c++: fix type.hpp

This commit is contained in:
frsyuki 2009-08-10 18:33:35 +09:00
parent 0627324da6
commit a62a5d6c69
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ nobase_include_HEADERS = \
msgpack/type/float.hpp \
msgpack/type/int.hpp \
msgpack/type/list.hpp \
msgpack/type/deque.hpp \
msgpack/type/map.hpp \
msgpack/type/nil.hpp \
msgpack/type/pair.hpp \

View File

@ -2,6 +2,7 @@
#include "msgpack/type/float.hpp"
#include "msgpack/type/int.hpp"
#include "msgpack/type/list.hpp"
#include "msgpack/type/deque.hpp"
#include "msgpack/type/map.hpp"
#include "msgpack/type/nil.hpp"
#include "msgpack/type/pair.hpp"