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 nodchip
parent 999f5ec446
commit 5ae64e2244

View File

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