From: khizmax Date: Thu, 25 Aug 2016 18:05:05 +0000 (+0300) Subject: Added MichaelMap statistics output to map stress tests X-Git-Tag: v2.2.0~138 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=55bda439a6e27e65eef9cf82e69de77a62c69c41;p=libcds.git Added MichaelMap statistics output to map stress tests --- diff --git a/test/stress/map/map_type_iterable_list.h b/test/stress/map/map_type_iterable_list.h index a35e5e64..86a63866 100644 --- a/test/stress/map/map_type_iterable_list.h +++ b/test/stress/map/map_type_iterable_list.h @@ -36,6 +36,8 @@ #include #include +#include + namespace map { template diff --git a/test/stress/map/map_type_lazy_list.h b/test/stress/map/map_type_lazy_list.h index d194ca66..105eea2f 100644 --- a/test/stress/map/map_type_lazy_list.h +++ b/test/stress/map/map_type_lazy_list.h @@ -38,6 +38,8 @@ #include #include +#include + namespace map { template diff --git a/test/stress/map/map_type_michael_list.h b/test/stress/map/map_type_michael_list.h index f06d6b48..a6ba41bd 100644 --- a/test/stress/map/map_type_michael_list.h +++ b/test/stress/map/map_type_michael_list.h @@ -38,6 +38,8 @@ #include #include +#include + namespace map { template