mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-05-20 18:36:35 +00:00
Vita: force <limits> first in app.cpp
This commit is contained in:
parent
99c89b5183
commit
d88b4a6811
@ -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 <app_settings.h>
|
||||||
#include <iniparser.h>
|
#include <iniparser.h>
|
||||||
#include <limits>
|
|
||||||
#include <paf.h>
|
#include <paf.h>
|
||||||
#include <psp2/appmgr.h>
|
#include <psp2/appmgr.h>
|
||||||
#include <psp2/io/fcntl.h>
|
#include <psp2/io/fcntl.h>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user