mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-05-29 00:21:34 +08:00
ext: jpge: move header on top
fixes build with gcc 14.1
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user