[trunk] Fix compilation issue where size_t would be undefined
This commit is contained in:
parent
d29c5760bd
commit
650c587875
|
@ -1,3 +1,5 @@
|
|||
#include <openjpeg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "openjpeg.h"
|
||||
|
||||
int main(int argc, char **argv) { return 0; }
|
||||
|
|
Loading…
Reference in New Issue