mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-26 07:49:50 -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/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <QtGlobal>
|
||||||
#include <botan/mem_ops.h>
|
#include <botan/mem_ops.h>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#if defined(Q_OS_MACOS)
|
#if defined(Q_OS_MACOS)
|
||||||
|
Loading…
Reference in New Issue
Block a user