Skip to content

Commit 7aa3556

Browse files
committed
chore(SecureMemoryAllocator): include optional header
* Add `<optional>` header for improved type handling * Enhances memory allocation functionality
1 parent 35383a6 commit 7aa3556

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/core/function/SecureMemoryAllocator.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
#include <algorithm>
3838
#include <cstdlib>
3939
#include <cstring>
40+
#include <optional>
4041

4142
namespace GpgFrontend {
4243
class SecureMemoryAllocator;

0 commit comments

Comments
 (0)