Skip to content

Commit

Permalink
Fix missing include in alloc preventing some secure deallocations
Browse files Browse the repository at this point in the history
  • Loading branch information
droidmonkey committed Mar 7, 2022
1 parent a2140d7 commit 0ad75cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Alloc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0ad75cc

Please sign in to comment.