X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcmopenjpeg%2Flibopenjpeg%2Fint.h;h=52add1acf1a97028b34b447938ff9307f57674e1;hb=6c1b9eb78c07847c3dbfeccc55e031df5cf47a5f;hp=a1b590dd98a65ac4819b8348acd621ba9df19703;hpb=7452f3039ff4dd2574fcbf3343b530a2f20f9623;p=gdcm.git diff --git a/src/gdcmopenjpeg/libopenjpeg/int.h b/src/gdcmopenjpeg/libopenjpeg/int.h index a1b590dd..52add1ac 100644 --- a/src/gdcmopenjpeg/libopenjpeg/int.h +++ b/src/gdcmopenjpeg/libopenjpeg/int.h @@ -24,6 +24,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include "j2k.h" + #ifndef __INT_H #define __INT_H @@ -67,14 +69,14 @@ int int_ceildiv(int a, int b); * * a divided by 2^b */ -int int_ceildivpow2(int a, int b); +LIBJ2K_API int int_ceildivpow2(int a, int b); /* * Divide an integer by a power of 2 and round downwards. * * a divided by 2^b */ -int int_floordivpow2(int a, int b); +LIBJ2K_API int int_floordivpow2(int a, int b); /* * Get logarithm of an integer and round downwards.