You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get this to compile on MacOS I had to replace #include <malloc.h> with #include <stdlib.h> in Memory.cpp. Otherwise compilations fails with fatal error: 'malloc.h' file not found.
The text was updated successfully, but these errors were encountered:
Thanks for this project!
To get this to compile on MacOS I had to replace
#include <malloc.h>
with#include <stdlib.h>
in Memory.cpp. Otherwise compilations fails withfatal error: 'malloc.h' file not found
.The text was updated successfully, but these errors were encountered: