mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-25 23:39:45 -05:00
Fix missing include in alloc preventing some secure deallocations
This commit is contained in:
parent
a2140d7081
commit
0ad75ccb8f
@ -15,6 +15,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <QtGlobal>
|
||||
#include <botan/mem_ops.h>
|
||||
#include <cstdlib>
|
||||
#if defined(Q_OS_MACOS)
|
||||
|
Loading…
Reference in New Issue
Block a user