mirror of https://github.com/cemu-project/Cemu.git
Filestream_unix: Include cstdarg
This commit is contained in:
parent
a115921b43
commit
964d2acb44
|
@ -1,4 +1,5 @@
|
||||||
#include "Common/unix/FileStream_unix.h"
|
#include "Common/unix/FileStream_unix.h"
|
||||||
|
#include <cstdarg>
|
||||||
|
|
||||||
fs::path findPathCI(const fs::path& path)
|
fs::path findPathCI(const fs::path& path)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue