mirror of
https://github.com/sockspls/badfish
synced 2025-07-11 11:39:15 +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 <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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue