From b137b9beb1612c9bc4613aee498eeefc12420cec Mon Sep 17 00:00:00 2001 From: olebeck <31539311+olebeck@users.noreply.github.com> Date: Mon, 7 Jul 2025 17:51:44 +0200 Subject: [PATCH] clang-format fix broken includes --- CONFIG/vita/src/app.cpp | 3 ++- CONFIG/vita/src/main.cpp | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CONFIG/vita/src/app.cpp b/CONFIG/vita/src/app.cpp index 5cea546c..727f8714 100644 --- a/CONFIG/vita/src/app.cpp +++ b/CONFIG/vita/src/app.cpp @@ -1,4 +1,5 @@ - +#define stdarg_before_paf 1 +#include #include #include #include diff --git a/CONFIG/vita/src/main.cpp b/CONFIG/vita/src/main.cpp index f96522db..8c333834 100644 --- a/CONFIG/vita/src/main.cpp +++ b/CONFIG/vita/src/main.cpp @@ -1,3 +1,5 @@ +#define stdarg_before_paf 1 +#include #include #include