mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 06:20:06 +00:00
Fixed clang
This commit is contained in:
parent
4b8b223db2
commit
8d0d0e1c7a
@ -4,13 +4,14 @@
|
||||
#include <cinttypes>
|
||||
#include <clocale>
|
||||
#include <cmath>
|
||||
#include <format>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
#include <thread>
|
||||
#include <format>
|
||||
#include "core/loader/nca.h"
|
||||
#include "core/tools/renderdoc.h"
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <unistd.h> // for chdir
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user