mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 08:02:25 -07:00
general: Fix clang/gcc build errors
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <io.h>
|
||||
#include <share.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
@@ -2,6 +2,8 @@
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "common/fs/fs_util.h"
|
||||
|
||||
namespace Common::FS {
|
||||
|
Reference in New Issue
Block a user