Skip to content

Commit 2123a63

Browse files
committed
Add missing include for <cstring> in Array.h
1 parent b9fb58c commit 2123a63

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/fzx/common/Array.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include <fzx/common/Iterator.h>
2828
#include <fzx/memory/BaseAllocator.h>
2929

30+
#include <cstring>
3031
#include <memory>
3132
#include <stdexcept>
3233
#include <utility>

0 commit comments

Comments
 (0)