fix(cmake,userspace): fix usage and build of mimalloc.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro
2025-07-22 10:27:59 +02:00
committed by poiana
parent 687c3e147d
commit 3dce2f030d
2 changed files with 12 additions and 6 deletions

View File

@@ -15,10 +15,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
#ifdef HAS_MIMALLOC
#include <mimalloc-new-delete.h>
#endif
#include <stdio.h>
#include <string>