1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00

Adding mm_malloc.h

Otherwise compiling with 'modern' or 'avx2' architecture on Linux aborts with errors.
This commit is contained in:
zz4032 2020-06-23 19:55:54 +02:00 committed by GitHub
parent 999f5ec446
commit ccd2e602a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,7 @@
#include <ostream>
#include <string>
#include <vector>
#include <mm_malloc.h>
#include "types.h"
#include "thread_win32_osx.h"