Skip to content

Commit

Permalink
Add missing include.
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Shchapov <[email protected]>
  • Loading branch information
phprus committed Jan 7, 2024
1 parent 231e48c commit 3209a6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/app/counter.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <fmt/core.h> // for format_context, format_parse_context, format_to

#include <cstddef> // for size_t
#include <cstring> // for memcmp
#include <functional> // for hash
#include <iosfwd> // for ostream
#include <string> // for allocator, string
Expand Down

0 comments on commit 3209a6c

Please sign in to comment.