[trunk] WIP: update output filename of conformance dump test to be compatible with...
[openjpeg.git] / libopenjpeg / opj_includes.h
index 7bb793804b6824ffac7b7e496fdf4faf592abbfa..d94237e7fbff290e120ab12337e81bc10a4451a6 100644 (file)
@@ -40,6 +40,7 @@
 #include <stdio.h>
 #include <stdarg.h>
 #include <ctype.h>
+#include <assert.h>
 
 /*
  ==========================================================
@@ -107,6 +108,7 @@ static INLINE long lrintf(float f){
 #include "j2k_lib.h"
 #include "opj_malloc.h"
 #include "event.h"
+#include "bio.h"
 #include "cio.h"
 
 #include "image.h"
@@ -136,4 +138,7 @@ static INLINE long lrintf(float f){
 #endif /* USE_JPWL */
 /* <<JPWL */
 
+// V2
+#include "function_list.h"
+
 #endif /* OPJ_INCLUDES_H */