From d88b4a6811ba668c216babd3c3c9f3a44f8709f3 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 2 May 2026 08:45:51 -0700 Subject: [PATCH] Vita: force first in app.cpp --- CONFIG/vita/src/app.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONFIG/vita/src/app.cpp b/CONFIG/vita/src/app.cpp index f2403d62..a7bbd872 100644 --- a/CONFIG/vita/src/app.cpp +++ b/CONFIG/vita/src/app.cpp @@ -1,6 +1,9 @@ +// clang-format off +#include // must precede paf headers (paf/std/ngp/vector uses std::numeric_limits without including ) +// clang-format on + #include #include -#include #include #include #include