From d911053e390816ecc5dedd5a9d6b4bb5ed92b4c9 Mon Sep 17 00:00:00 2001 From: Vladislav Shchapov Date: Sun, 7 Jan 2024 17:51:04 +0500 Subject: [PATCH] Add missing include. Signed-off-by: Vladislav Shchapov --- test/app/counter.h | 1 + 1 file changed, 1 insertion(+) diff --git a/test/app/counter.h b/test/app/counter.h index 551a79ca..15149c94 100644 --- a/test/app/counter.h +++ b/test/app/counter.h @@ -3,6 +3,7 @@ #include // for format_context, format_parse_context, format_to #include // for size_t +#include // for memcmp #include // for hash #include // for ostream #include // for allocator, string