1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-11 19:49:14 +00:00

Fixed a build error on Visual Studio.

This commit is contained in:
nodchip 2020-06-24 09:33:46 +09:00
parent 5ae64e2244
commit 0abd692543

View file

@ -29,7 +29,9 @@
#include <ostream> #include <ostream>
#include <string> #include <string>
#include <vector> #include <vector>
#ifndef _MSC_VER
#include <mm_malloc.h> #include <mm_malloc.h>
#endif
#include "types.h" #include "types.h"
#include "thread_win32_osx.h" #include "thread_win32_osx.h"