mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-09-19 04:14:43 -04:00
Fix missing include in alloc preventing some secure deallocations
This commit is contained in:
parent
a2140d7081
commit
0ad75ccb8f
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue