1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Linux fix

This commit is contained in:
Brian Fiete 2020-05-28 08:33:56 -07:00
parent 4e7c05e399
commit 4a858dfe4a

View file

@ -2,8 +2,10 @@
#include "BfModule.h"
#include "BeefySysLib/util/BeefPerf.h"
#include "BeefySysLib/util/Hash.h"
#ifdef BF_PLATFORM_WINDOWS
#include <io.h>
#include <fcntl.h>
#endif
#pragma warning(push)
#pragma warning(disable:4141)