From 55bda439a6e27e65eef9cf82e69de77a62c69c41 Mon Sep 17 00:00:00 2001 From: khizmax Date: Thu, 25 Aug 2016 21:05:05 +0300 Subject: [PATCH] Added MichaelMap statistics output to map stress tests --- test/stress/map/map_type_iterable_list.h | 2 ++ test/stress/map/map_type_lazy_list.h | 2 ++ test/stress/map/map_type_michael_list.h | 2 ++ 3 files changed, 6 insertions(+) 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 -- 2.34.1