mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
fix: use stdlib free instead of malloc
malloc.h isn't portable to MacOS https://stackoverflow.com/questions/12973311/difference-between-stdlib-h-and-malloc-h
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
// https://github.com/zama-ai/concrete-compiler-internal/blob/master/LICENSE.txt
|
||||
// for license information.
|
||||
|
||||
#include <malloc.h>
|
||||
|
||||
#include <iosfwd>
|
||||
#include <iostream>
|
||||
#include <stdlib.h>
|
||||
|
||||
Reference in New Issue
Block a user