Skip to content

Commit 8802b0a

Browse files
committed
fix(crypto): include cstring for mem* usage
* Adds the missing standard header to ensure `mem*` functions are declared across toolchains and avoid build errors
1 parent 691a241 commit 8802b0a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/core/function/AESCryptoHelper.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/SecureRandomGenerator.h"
3436

3537
namespace {

0 commit comments

Comments
 (0)