1
0
mirror of https://github.com/msgpack/msgpack-c.git synced 2025-03-25 10:09:11 +01:00

Merge pull request from xunzhang/master

update type.hpp
This commit is contained in:
Takatoshi Kondo 2014-01-13 18:10:49 -08:00
commit 8bc827ebf5

@ -13,4 +13,5 @@
#include "type/vector.hpp" #include "type/vector.hpp"
#include "type/tuple.hpp" #include "type/tuple.hpp"
#include "type/define.hpp" #include "type/define.hpp"
#include "type/tr1/unordered_map.hpp"
#include "type/tr1/unordered_set.hpp"