Vita: force <limits> first in app.cpp

This commit is contained in:
Christian Semmler 2026-05-02 08:45:51 -07:00
parent 99c89b5183
commit d88b4a6811
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -1,6 +1,9 @@
// clang-format off
#include <limits> // must precede paf headers (paf/std/ngp/vector uses std::numeric_limits without including <limits>)
// clang-format on
#include <app_settings.h>
#include <iniparser.h>
#include <limits>
#include <paf.h>
#include <psp2/appmgr.h>
#include <psp2/io/fcntl.h>