mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-22 21:09:52 +00:00
ext: jpge: move header on top
fixes build with gcc 14.1
This commit is contained in:
parent
832e64b8cd
commit
b8a087fbc9
@ -30,6 +30,7 @@
|
||||
|
||||
#include "jpge.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
@ -933,7 +934,6 @@ namespace jpge {
|
||||
}
|
||||
|
||||
// Higher level wrappers/examples (optional).
|
||||
#include <stdio.h>
|
||||
|
||||
class cfile_stream : public output_stream
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user