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:
parent
5ae64e2244
commit
0abd692543
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue