1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +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 <string>
#include <vector>
#ifndef _MSC_VER
#include <mm_malloc.h>
#endif
#include "types.h"
#include "thread_win32_osx.h"