From 0ad75ccb8fa4228880b035516eb9905517f8b12f Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Fri, 4 Mar 2022 06:44:36 -0500 Subject: [PATCH] Fix missing include in alloc preventing some secure deallocations --- src/core/Alloc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/Alloc.cpp b/src/core/Alloc.cpp index b9ae09221..38ee8c182 100644 --- a/src/core/Alloc.cpp +++ b/src/core/Alloc.cpp @@ -15,6 +15,7 @@ * along with this program. If not, see . */ +#include #include #include #if defined(Q_OS_MACOS)