Commits

Chih-Hsuan Yen authored b3e382c0089
KeePassXC-devel: fix building on <= 10.11

std::free() requires <cstdlib> [1]. No revbump as it's just a build fix. [1] https://en.cppreference.com/w/cpp/memory/c/free
No tags

security/KeePassXC/files/devel/patch-missing-include.diff

Added
1 +--- src/core/Alloc.cpp.orig 2019-10-24 01:42:22.000000000 +0800
2 ++++ src/core/Alloc.cpp 2019-10-24 01:42:38.000000000 +0800
3 +@@ -17,6 +17,7 @@
4 +
5 + #include <QtGlobal>
6 + #include <cstdint>
7 ++#include <cstdlib>
8 + #include <sodium.h>
9 + #if defined(Q_OS_MACOS)
10 + #include <malloc/malloc.h>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut