Skip to content

Commit 96b81fd

Browse files
committed
chore(GFBufferFactory): include cstring header for buffer operations
1 parent 0b0101a commit 96b81fd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/core/function/GFBufferFactory.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030

3131
#include <sodium.h>
3232

33+
#include <cstring>
34+
3335
#include "core/function/AESCryptoHelper.h"
3436
#include "core/function/SecureRandomGenerator.h"
3537
#include "core/utils/IOUtils.h"

0 commit comments

Comments
 (0)