diff options
author | Franco M <[email protected]> | 2023-11-07 02:32:19 +0000 |
---|---|---|
committer | Franco M <[email protected]> | 2023-11-07 02:32:19 +0000 |
commit | 8d0d0e1c7a95858dc5eaffe0eb0484815b491d9d (patch) | |
tree | e7253a03b62ba98deb469efeb811322dce74927b /src/yuzu | |
parent | 4b8b223db2ed0f79ce81083128fe8085786877cc (diff) | |
download | yuzu-android-8d0d0e1c7a95858dc5eaffe0eb0484815b491d9d.tar.gz yuzu-android-8d0d0e1c7a95858dc5eaffe0eb0484815b491d9d.zip |
Fixed clang
Diffstat (limited to 'src/yuzu')
-rw-r--r-- | src/yuzu/main.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 6b6feb1e6..2402ea6f5 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -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 @@ -5331,4 +5332,4 @@ int main(int argc, char* argv[]) { int result = app.exec(); detached_tasks.WaitForAllTasks(); return result; -} +}
\ No newline at end of file |