Skip to content

Commit 4fe7389

Browse files
committed
chore(DataObjectOperator): include cstring header for mem* usage
1 parent c4636d8 commit 4fe7389

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/core/function/DataObjectOperator.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/GFBufferFactory.h"
3436
#include "core/function/PassphraseGenerator.h"
3537
#include "core/utils/IOUtils.h"

0 commit comments

Comments
 (0)