Vita: include <limits> for paf header transitive use

This commit is contained in:
Christian Semmler 2026-05-02 08:37:47 -07:00
parent 57dfd0adde
commit 99c89b5183
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include <app_settings.h>
#include <iniparser.h>
#include <limits>
#include <paf.h>
#include <psp2/appmgr.h>
#include <psp2/io/fcntl.h>

View File

@ -1,3 +1,4 @@
#include <limits>
#include <paf.h>
#include <psp2/kernel/clib.h>
#include <psp2/kernel/modulemgr.h>