From a97f7640888b976fe18b6c86c79e0dcca769dcc7 Mon Sep 17 00:00:00 2001 From: xunzhang Date: Mon, 13 Jan 2014 14:12:17 +0800 Subject: [PATCH] update type.hpp, support std::tr1::unordered_map and std::tr1::unordered_set --- src/msgpack/type.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/msgpack/type.hpp b/src/msgpack/type.hpp index bca69bfd..1f51319a 100644 --- a/src/msgpack/type.hpp +++ b/src/msgpack/type.hpp @@ -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"