[trunk] Fix compilation issue where size_t would be undefined

This commit is contained in:
Mathieu Malaterre 2012-11-28 10:54:33 +00:00
parent d29c5760bd
commit 650c587875
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#include <openjpeg.h>
#include <stdio.h>
#include "openjpeg.h"
int main(int argc, char **argv) { return 0; }