update type.hpp, support std::tr1::unordered_map and std::tr1::unordered_set

This commit is contained in:
xunzhang 2014-01-13 14:12:17 +08:00
parent 143b90af3e
commit a97f764088

View File

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