mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
ext: jpge: move header on top
fixes build with gcc 14.1
This commit is contained in:
parent
832e64b8cd
commit
b8a087fbc9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue