mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-01-09 11:17:30 -03:00
Filestream_unix: Include cstdarg
This commit is contained in:
parent
a115921b43
commit
964d2acb44
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "Common/unix/FileStream_unix.h"
|
||||
#include <cstdarg>
|
||||
|
||||
fs::path findPathCI(const fs::path& path)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue