enable all progression orders
[openjpeg.git] / libopenjpeg / opj_includes.h
index 8da9dbdc0a39bcb5a4fe7f86739ba6d2ee95bfac..d94237e7fbff290e120ab12337e81bc10a4451a6 100644 (file)
@@ -40,6 +40,7 @@
 #include <stdio.h>
 #include <stdarg.h>
 #include <ctype.h>
+#include <assert.h>
 
 /*
  ==========================================================
@@ -104,12 +105,10 @@ static INLINE long lrintf(float f){
 }
 #endif
 
-// Avoid compile-time warning because parameter is not used
-#define OPJ_ARG_NOT_USED(x) (void)(x)
-
 #include "j2k_lib.h"
 #include "opj_malloc.h"
 #include "event.h"
+#include "bio.h"
 #include "cio.h"
 
 #include "image.h"
@@ -130,10 +129,16 @@ static INLINE long lrintf(float f){
 #include "int.h"
 #include "fix.h"
 
+#include "cidx_manager.h"
+#include "indexbox_manager.h"
+
 /* JPWL>> */
 #ifdef USE_JPWL
 #include "./jpwl/jpwl.h"
 #endif /* USE_JPWL */
 /* <<JPWL */
 
+// V2
+#include "function_list.h"
+
 #endif /* OPJ_INCLUDES_H */