Skip to content

Commit d911053

Browse files
phprusmartinus
authored andcommitted
Add missing include.
Signed-off-by: Vladislav Shchapov <[email protected]>
1 parent 231e48c commit d911053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/app/counter.h

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <fmt/core.h> // for format_context, format_parse_context, format_to
44

55
#include <cstddef> // for size_t
6+
#include <cstring> // for memcmp
67
#include <functional> // for hash
78
#include <iosfwd> // for ostream
89
#include <string> // for allocator, string

0 commit comments

Comments
 (0)