Fix missing include in alloc preventing some secure deallocations
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user