ext: jpge: move header on top

fixes build with gcc 14.1
This commit is contained in:
A-w-x 2024-07-27 18:56:13 +02:00 committed by GitHub
parent 832e64b8cd
commit b8a087fbc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
{