mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 20:15:46 +00:00
general: Fix clang/gcc build errors
This commit is contained in:
parent
000b3197c6
commit
f9709bb9e9
12 changed files with 17 additions and 4 deletions
|
@ -8,6 +8,8 @@
|
|||
|
||||
#if _MSC_VER
|
||||
#include <intrin.h>
|
||||
#else
|
||||
#include <cstring>
|
||||
#endif
|
||||
|
||||
namespace Common {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue